Uses of Interface
org.apache.commons.lang3.function.FailableByteConsumer
Packages that use FailableByteConsumer
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableByteConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableByteConsumerModifier and TypeFieldDescriptionstatic final FailableByteConsumer
FailableByteConsumer.NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableByteConsumerModifier and TypeMethodDescriptiondefault FailableByteConsumer<E>
FailableByteConsumer.andThen
(FailableByteConsumer<E> after) Returns a composedFailableByteConsumer
likeIntConsumer.andThen(IntConsumer)
.static <E extends Throwable>
FailableByteConsumer<E>FailableByteConsumer.nop()
Gets the NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableByteConsumerModifier and TypeMethodDescriptiondefault FailableByteConsumer<E>
FailableByteConsumer.andThen
(FailableByteConsumer<E> after) Returns a composedFailableByteConsumer
likeIntConsumer.andThen(IntConsumer)
.