Uses of Class
ch.nolix.system.property.value.MultiValue
Packages that use MultiValue
-
Uses of MultiValue in ch.nolix.system.property.value
Methods in ch.nolix.system.property.value that return MultiValueModifier and TypeMethodDescriptionstatic <E extends IElement>
MultiValue<E> MultiValue.forElementsWithNameAndSetterAndValueMapper(String name, Consumer<E> adder, Function<INode<?>, E> valueMapper) static MultiValue<Integer> MultiValue.forIntsWithNameAndAdder(String name, Consumer<Integer> adder) static MultiValue<String> MultiValue.forStringsWithNameAndAdder(String name, Consumer<String> adder)