Uses of Interface
org.pipecraft.infra.concurrent.FailableBiConsumer
-
Packages that use FailableBiConsumer Package Description org.pipecraft.infra.concurrent org.pipecraft.pipes.serialization org.pipecraft.pipes.sync.inter.reduct -
-
Uses of FailableBiConsumer in org.pipecraft.infra.concurrent
Methods in org.pipecraft.infra.concurrent that return FailableBiConsumer Modifier and Type Method Description default FailableBiConsumer<A,B,E>FailableBiConsumer. andThen(FailableBiConsumer<? super A,? super B,? extends E> after)Similar to andThen method ofConsumerstatic <X,Y,E extends Exception>
FailableBiConsumer<X,Y,E>FailableBiConsumer. fromBiConsumer(BiConsumer<X,Y> biConsumer)Utility method for wrapping a bi-consumer with a failable bi-consumerMethods in org.pipecraft.infra.concurrent with parameters of type FailableBiConsumer Modifier and Type Method Description default FailableBiConsumer<A,B,E>FailableBiConsumer. andThen(FailableBiConsumer<? super A,? super B,? extends E> after)Similar to andThen method ofConsumer -
Uses of FailableBiConsumer in org.pipecraft.pipes.serialization
Constructors in org.pipecraft.pipes.serialization with parameters of type FailableBiConsumer Constructor Description SimpleEncoderFactory(FailableBiConsumer<T,OutputStream,? extends IOException> statelessEncoder)ConstructorSimpleEncoderFactory(FailableBiConsumer<T,OutputStream,? extends IOException> statelessEncoder, ByteArrayEncoder<T> byteArrEncoder)Constructor -
Uses of FailableBiConsumer in org.pipecraft.pipes.sync.inter.reduct
Methods in org.pipecraft.pipes.sync.inter.reduct that return FailableBiConsumer Modifier and Type Method Description FailableBiConsumer<G,I,PipeException>ReductorConfig.Builder. getAggregationLogic()FailableBiConsumer<G,I,PipeException>ReductorConfig. getAggregationLogic()Methods in org.pipecraft.pipes.sync.inter.reduct with parameters of type FailableBiConsumer Modifier and Type Method Description ReductorConfig.Builder<I,F,G,O>ReductorConfig.Builder. aggregationLogic(FailableBiConsumer<G,I,PipeException> aggregationLogic)
-