Interface Loader<T>

  • All Known Implementing Classes:
    DirectTupleSchema, HeapTupleSchema, TupleSchema
    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 Loader<T>
    Created by cliff on 5/15/14.
    • Method Detail

      • createArray

        T[] createArray​(int size)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception