Modifier and Type | Method and Description |
---|---|
default <B> Property<B> |
bind(PropertyFunction<? super A,B> fun) |
default <B extends A> |
cast(Class<B> subclass) |
static <A> Property<A> |
element(List<A> list,
int index) |
static <K,A> Property<A> |
entry(Map<K,A> map,
K key) |
static <A> Property<A> |
of(Supplier<? extends A> getter,
Consumer<? super A> setter) |
default <B> Property<B> bind(PropertyFunction<? super A,B> fun)
see also the complete user documentation .