- Type Parameters:
T- the value type
- All Superinterfaces:
Value.Builder<Set<T>,,ValueSet.Builder<T>> ValueCollection.Builder<T,Set<T>, ValueSet.Builder<T>>
public static interface ValueSet.Builder<T>
extends ValueCollection.Builder<T,Set<T>,ValueSet.Builder<T>>
Builds a
ValueSet instance.-
Method Summary
Methods inherited from interface is.codion.common.value.Value.Builder
consumer, link, link, listener, notify, validator, value, weakConsumer, weakListener
-
Method Details
-
build
- Specified by:
buildin interfaceValue.Builder<Set<T>,ValueSet.Builder<T>> - Specified by:
buildin interfaceValueCollection.Builder<T,Set<T>, ValueSet.Builder<T>> - Returns:
- a new
ValueSetinstance based on this builder
-