Uses of Interface
nbbrd.io.function.IOBiConsumer
Packages that use IOBiConsumer
-
Uses of IOBiConsumer in nbbrd.io
Methods in nbbrd.io with parameters of type IOBiConsumerModifier and TypeMethodDescriptionstatic <T> @NonNull FileFormatter<T> FileFormatter.onFormattingStream(@NonNull IOBiConsumer<? super T, ? super OutputStream> function) -
Uses of IOBiConsumer in nbbrd.io.function
Methods in nbbrd.io.function that return IOBiConsumerModifier and TypeMethodDescriptiondefault @NonNull IOBiConsumer<T, U> IOBiConsumer.andThen(@NonNull IOBiConsumer<? super T, ? super U> after) Returns a composedBiConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T,U> @NonNull IOBiConsumer <T, U> IOBiConsumer.checked(@NonNull BiConsumer<T, U> consumer) static <T,U> @NonNull IOBiConsumer <T, U> IOBiConsumer.noOp()Methods in nbbrd.io.function with parameters of type IOBiConsumerModifier and TypeMethodDescriptiondefault @NonNull IOBiConsumer<T, U> IOBiConsumer.andThen(@NonNull IOBiConsumer<? super T, ? super U> after) Returns a composedBiConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T,U> @NonNull BiConsumer <T, U> IOBiConsumer.unchecked(@NonNull IOBiConsumer<T, U> o) -
Uses of IOBiConsumer in nbbrd.io.text
Methods in nbbrd.io.text with parameters of type IOBiConsumerModifier and TypeMethodDescriptionstatic <T> @NonNull TextFormatter<T> TextFormatter.onFormattingWriter(@NonNull IOBiConsumer<? super T, ? super Writer> function)