M - the generic type of the model.K - the type of the key elementsV - the type of the value elements@FunctionalInterface public interface MapPropertyAccessor<M,K,V> extends java.util.function.Function<M,javafx.beans.property.MapProperty<K,V>>
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.MapProperty<K,V> |
apply(M model) |
andThen, compose, identityCopyright © 2019 Saxonia Systems AG. All rights reserved.