Uses of Interface
de.xima.fc.interfaces.workflow.value.IListValueBuilder
-
Packages that use IListValueBuilder Package Description de.xima.fc.interfaces.workflow.value -
-
Uses of IListValueBuilder in de.xima.fc.interfaces.workflow.value
Methods in de.xima.fc.interfaces.workflow.value that return IListValueBuilder Modifier and Type Method Description default <S> IListValueBuilder<S>
IValueBuilder. asList()
default <S> IListValueBuilder<S>
IValueConfigurator. asList()
Casts this builder to a list value builder.default IListValueBuilder<V>
IListValueBuilder. asThis()
IListValueBuilder<V>
IListValueBuilder. set(int index, IValueCreator creator)
Sets the value at the given index to the given value.default IListValueBuilder<V>
IListValueBuilder. set(int index, Object value)
Sets the value at the given index to the given value.Method parameters in de.xima.fc.interfaces.workflow.value with type arguments of type IListValueBuilder Modifier and Type Method Description default Builder
ISubTypeValueBuilder. whenList(Consumer<? super IListValueBuilder<?>> action)
default IValueBuilder<T>
IValueBuilder. whenList(Consumer<? super IListValueBuilder<?>> action)
default IValueConfigurator
IValueConfigurator. whenList(Consumer<? super IListValueBuilder<?>> action)
Execute the given action with this builder as a list value builder, if this builder is of that type.
-