Uses of Class
ch.nolix.system.property.proxy.MultiValueProxy
Packages that use MultiValueProxy
-
Uses of MultiValueProxy in ch.nolix.system.property.proxy
Methods in ch.nolix.system.property.proxy that return MultiValueProxyModifier and TypeMethodDescriptionstatic <T> MultiValueProxy<T> MultiValueProxy.withNameAndAdderAndGetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> adder, Supplier<IContainer<T>> getter, Function<INode<?>, T> valueMapper, Function<T, INode<?>> specificationMapper)