- Type Parameters:
T- the value type
- All Superinterfaces:
Value.Builder<List<T>,,ValueList.Builder<T>> ValueCollection.Builder<T,List<T>, ValueList.Builder<T>>
public static interface ValueList.Builder<T>
extends ValueCollection.Builder<T,List<T>,ValueList.Builder<T>>
Builds a
ValueList 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<List<T>,ValueList.Builder<T>> - Specified by:
buildin interfaceValueCollection.Builder<T,List<T>, ValueList.Builder<T>> - Returns:
- a new
ValueListinstance based on this builder
-