Uses of Interface
cc.carm.lib.configuration.function.DataConsumer
Packages that use DataConsumer
-
Uses of DataConsumer in cc.carm.lib.configuration.function
Methods in cc.carm.lib.configuration.function that return DataConsumerModifier and TypeMethodDescriptiondefault DataConsumer<T> DataConsumer.andThen(DataConsumer<? super T> after) Methods in cc.carm.lib.configuration.function with parameters of type DataConsumerModifier and TypeMethodDescriptiondefault 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 DataConsumerModifier and TypeMethodDescriptionprotected voidFileConfigSource.fileOutputStream(@NotNull DataConsumer<OutputStream> stream) protected voidFileConfigSource.fileReadString(@NotNull DataConsumer<String> loader) protected voidFileConfigSource.fileWriter(@NotNull DataConsumer<Writer> writer)