Interface Property<A>

Type Parameters:
A - the type of the field value.
All Superinterfaces:
Consumer<A>, Supplier<A>

@CyclicDependency public interface Property<A> extends Supplier<A>, Consumer<A>
Abstract interface corresponding to a mutable field.