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, identity
Copyright © 2015 Saxonia Systems AG. All rights reserved.