Package eu.bandm.tools.umod.runtime
Interface PropertyFunction<A,B>
- All Superinterfaces:
BiConsumer<A,
,B> Function<A,
B>
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(A arg) static <A,
B> PropertyFunction<A, B> of
(Function<? super A, ? extends B> getter, BiConsumer<? super A, ? super B> setter) Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Method Details
-
of
static <A,B> PropertyFunction<A,B> of(Function<? super A, ? extends B> getter, BiConsumer<? super A, ? super B> setter) -
instantiate
-