Interface ArrayProjector<T>

All Superinterfaces:
Function<T,​Object[]>
All Known Implementing Classes:
ArrayProjector.Default

public interface ArrayProjector<T>
extends Function<T,​Object[]>