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