Interface BinaryEntityRawDataAcceptor
- All Known Subinterfaces:
- StorageEntityDataValidator
- All Known Implementing Classes:
- StorageEntityDataValidator.ByDictionary,- StorageEntityDataValidator.DebugLogger,- StorageEntityDataValidator.SimpleBounds
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface BinaryEntityRawDataAcceptor
- 
Method SummaryModifier and Type Method Description booleanacceptEntityData(long entityStartAddress, long dataBoundAddress)
- 
Method Details- 
acceptEntityDataboolean acceptEntityData(long entityStartAddress, long dataBoundAddress)
 
-