Uses of Interface
cc.carm.lib.configuration.function.ValueComposer
-
Packages that use ValueComposer Package Description cc.carm.lib.configuration.builder.impl cc.carm.lib.configuration.function -
-
Uses of ValueComposer in cc.carm.lib.configuration.builder.impl
Methods in cc.carm.lib.configuration.builder.impl with parameters of type ValueComposer Modifier and Type Method Description SELFAbstractSectionBuilder. serialize(@NotNull ValueComposer<java.util.Map<java.lang.String,java.lang.Object>,UNIT> serializer) -
Uses of ValueComposer in cc.carm.lib.configuration.function
Methods in cc.carm.lib.configuration.function that return ValueComposer Modifier and Type Method Description default ValueComposer<T,U>ValueComposer. andThen(ValueComposer<? super T,? super U> after)Methods in cc.carm.lib.configuration.function with parameters of type ValueComposer Modifier and Type Method Description default ValueComposer<T,U>ValueComposer. andThen(ValueComposer<? super T,? super U> after)
-