Package one.microstream.util.cql
Interface ArrayProjector<T>
-
- All Known Implementing Classes:
ArrayProjector.Default
public interface ArrayProjector<T> extends Function<T,Object[]>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ArrayProjector.Default<T>
-
-
-
Method Detail
-
New
@SafeVarargs static <T> ArrayProjector<T> New(Function<? super T,Object>... fieldProjectors)
-
-