- Type Parameters:
T- the value type
- All Superinterfaces:
Value.Builder<List<T>,,ValueList.Builder<T>> Values.Builder<T,List<T>, ValueList.Builder<T>>
Builds a
ValueList instance.-
Method Summary
Methods inherited from interface is.codion.common.value.Value.Builder
consumer, initialValue, link, link, listener, notify, validator, weakConsumer, weakListener
-
Method Details
-
build
- Specified by:
buildin interfaceValue.Builder<List<T>,ValueList.Builder<T>> - Specified by:
buildin interfaceValues.Builder<T,List<T>, ValueList.Builder<T>> - Returns:
- a new
ValueListinstance based on this builder
-