Package eu.bandm.tools.umod.runtime
Interface Property<A>
- Type Parameters:
A
- the type of the field value.
@CyclicDependency(reason="natural counterparts")
public interface Property<A>
extends Supplier<A>, Consumer<A>
Abstract interface corresponding to a mutable field.
-
Method Details
-
of
-
cast
-
element
-
entry
-
bind
-