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