Interface Destroyer<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 Destroyer<T>
    Created by cliff on 5/15/14.
    • Method Detail

      • destroyArray

        void destroyArray​(T[] ary)