Uses of Interface
org.apache.commons.lang3.function.FailableByteConsumer
-
Packages that use FailableByteConsumer Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.functionand 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 FailableByteConsumer Modifier and Type Field Description static FailableByteConsumerFailableByteConsumer. NOPNOP singletonMethods in org.apache.commons.lang3.function that return FailableByteConsumer Modifier and Type Method Description default FailableByteConsumer<E>FailableByteConsumer. andThen(FailableByteConsumer<E> after)Returns a composedFailableByteConsumerlikeIntConsumer.andThen(IntConsumer).static <E extends java.lang.Throwable>
FailableByteConsumer<E>FailableByteConsumer. nop()Gets the NOP singleton.Methods in org.apache.commons.lang3.function with parameters of type FailableByteConsumer Modifier and Type Method Description default FailableByteConsumer<E>FailableByteConsumer. andThen(FailableByteConsumer<E> after)Returns a composedFailableByteConsumerlikeIntConsumer.andThen(IntConsumer).
-