Package com.nickrobison.tuple
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroyArray(T[] ary)
-
-
-
Method Detail
-
destroyArray
void destroyArray(T[] ary)
-
-