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