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