public interface ArrayProjector<T> extends Function<T,Object[]>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArrayProjector.Default<T> |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
apply(T t) |
static <T> ArrayProjector<T> |
New(Function<? super T,Object>... fieldProjectors) |
@SafeVarargs static <T> ArrayProjector<T> New(Function<? super T,Object>... fieldProjectors)
Copyright © 2022 MicroStream Software. All rights reserved.