M - the generic type of the model.@FunctionalInterface public interface BooleanGetter<M> extends java.util.function.Function<M,Boolean>
Boolean.| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(M model) |
andThen, compose, identityBoolean apply(M model)
apply in interface java.util.function.Function<M,Boolean>model - the model instance.Copyright © 2019 Saxonia Systems AG. All rights reserved.