Uses of Interface
cc.carm.lib.configuration.function.DataConsumer
-
Packages that use DataConsumer Package Description cc.carm.lib.configuration.function -
-
Uses of DataConsumer in cc.carm.lib.configuration.function
Methods in cc.carm.lib.configuration.function that return DataConsumer Modifier and Type Method Description default DataConsumer<T>
DataConsumer. andThen(DataConsumer<? super T> after)
Methods in cc.carm.lib.configuration.function with parameters of type DataConsumer Modifier and Type Method Description default DataConsumer<T>
DataConsumer. andThen(DataConsumer<? super T> after)
-