Uses of Interface
eu.bandm.tools.umod.runtime.PropertyFunction
Package
Description
Runtime classes for the model code generated by the
umod compiler, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of PropertyFunction in eu.bandm.tools.umod.runtime
Modifier and TypeMethodDescriptionstatic <A,
B> PropertyFunction <A, B> PropertyFunction.of
(Function<? super A, ? extends B> getter, BiConsumer<? super A, ? super B> setter) Modifier and TypeMethodDescriptiondefault <B> Property
<B> Property.bind
(PropertyFunction<? super A, B> fun)