M - the generic type of the model.T - the generic type of the field.@FunctionalInterface public interface ObjectSetter<M,T> extends java.util.function.BiConsumer<M,T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(M model,
T value) |
andThenvoid accept(M model, T value)
accept in interface java.util.function.BiConsumer<M,T>model - the model instance.value - the new value to be set.Copyright © 2019 Saxonia Systems AG. All rights reserved.