Uses of Class
ch.nolix.system.element.proxyproperty.MultiValueProxyProperty
Packages that use MultiValueProxyProperty
-
Uses of MultiValueProxyProperty in ch.nolix.system.element.proxyproperty
Methods in ch.nolix.system.element.proxyproperty that return MultiValueProxyPropertyModifier and TypeMethodDescriptionstatic <T> MultiValueProxyProperty<T> MultiValueProxyProperty.withNameAndAdderAndGetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> adder, Supplier<ExtendedIterable<T>> getter, Function<Node<?>, T> valueMapper, Function<T, Node<?>> specificationMapper)