Interface AttributeDefinition.ValueSupplier<T>

Type Parameters:
T - the value type
All Superinterfaces:
Serializable, Supplier<T>
Enclosing interface:
AttributeDefinition<T>

public static interface AttributeDefinition.ValueSupplier<T> extends Supplier<T>, Serializable
Supplies values, for example default ones.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get