Uses of Interface
one.microstream.util.cql.ArrayProjector
-
Packages that use ArrayProjector Package Description one.microstream.util.cql -
-
Uses of ArrayProjector in one.microstream.util.cql
Classes in one.microstream.util.cql that implement ArrayProjector Modifier and Type Class Description static classArrayProjector.Default<T>Methods in one.microstream.util.cql that return ArrayProjector Modifier and Type Method Description static <T> ArrayProjector<T>ArrayProjector. New(Function<? super T,Object>... fieldProjectors)
-