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 Summary

    Modifier and Type Method Description
    boolean acceptEntityData​(long entityStartAddress, long dataBoundAddress)  
  • Method Details

    • acceptEntityData

      boolean acceptEntityData​(long entityStartAddress, long dataBoundAddress)