Uses of Interface
cc.carm.lib.configuration.function.DataConsumer
-
Packages that use DataConsumer Package Description cc.carm.lib.configuration.function cc.carm.lib.configuration.source.file -
-
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) -
Uses of DataConsumer in cc.carm.lib.configuration.source.file
Methods in cc.carm.lib.configuration.source.file with parameters of type DataConsumer Modifier and Type Method Description protected voidFileConfigSource. fileOutputStream(@NotNull DataConsumer<java.io.OutputStream> stream)protected voidFileConfigSource. fileReadString(@NotNull DataConsumer<java.lang.String> loader)protected voidFileConfigSource. fileWriter(@NotNull DataConsumer<java.io.Writer> writer)
-