Interface Struct.StructValidation

Enclosing class:
Struct<SELF extends Struct<SELF>>
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 static interface Struct.StructValidation
A functional interface that enables lambda expressions to be passed to the validate(long) method. [INTERNAL USE ONLY]
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    validate(long struct)
     
  • Method Details Link icon

    • validate Link icon

      void validate(long struct)