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