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