M - the generic type of the model.E - the type of the list elements.@FunctionalInterface public interface ListGetter<M,E> extends java.util.function.Function<M,List<E>>
| Modifier and Type | Method and Description |
|---|---|
List<E> |
apply(M model) |
andThen, compose, identityCopyright © 2019 Saxonia Systems AG. All rights reserved.