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