M - the generic type of the model.E - the type of the list elements.@FunctionalInterface public interface SetSetter<M,E> extends java.util.function.BiConsumer<M,Set<E>>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(M model,
Set<E> value) |
andThenCopyright © 2019 Saxonia Systems AG. All rights reserved.