Interface RecordTypes.RecordConstructor<T extends Record>

  • Enclosing class:
    RecordTypes
    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 RecordTypes.RecordConstructor<T extends Record>
    • Method Detail

      • apply

        T apply​(byte[] source,
                int start,
                int len)