| Package | Description |
|---|---|
| eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler, esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> PropertyFunction<A,B> |
PropertyFunction.of(Function<? super A,? extends B> getter,
BiConsumer<? super A,? super B> setter) |
static <A,B> PropertyFunction<A,B> |
PropertyFunction.of(Function<? super A,? extends B> getter,
BiConsumer<? super A,? super B> setter) |
| Modifier and Type | Method and Description |
|---|---|
default <B> Property<B> |
Property.bind(PropertyFunction<? super A,B> fun) |
default <B> Property<B> |
Property.bind(PropertyFunction<? super A,B> fun) |
see also the complete user documentation .