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