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 FailableByteConsumerFailableByteConsumer.NOPNOP singletonMethods in org.apache.commons.lang3.function that return FailableByteConsumerModifier and TypeMethodDescriptiondefault FailableByteConsumer<E>FailableByteConsumer.andThen(FailableByteConsumer<E> after) Returns a composedFailableByteConsumerlikeIntConsumer.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 composedFailableByteConsumerlikeIntConsumer.andThen(IntConsumer).