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