Uses of Interface
de.scravy.bedrock.ThrowingBiConsumer
| Package | Description |
|---|---|
| de.scravy.bedrock |
-
Uses of ThrowingBiConsumer in de.scravy.bedrock
Classes in de.scravy.bedrock that implement ThrowingBiConsumer Modifier and Type Class Description static classControl.Async<In,Out>Methods in de.scravy.bedrock with parameters of type ThrowingBiConsumer Modifier and Type Method Description static <In, Out> Control.Async<In,Out>Control. async(ThrowingBiConsumer<In,Callback<Out>> function)<T> Control.Async<In,T>Control.Async. then(ThrowingBiConsumer<Out,Callback<T>> function)<T> Control.Async<In,Seq<T>>Control.Async. then(ThrowingBiConsumer<Out,Callback<T>> function, ThrowingBiConsumer<Out,Callback<T>>... functions)static <A> Control.Async<A,A>Control. waterfall(ThrowingBiConsumer<A,Callback<A>>... fs)Method parameters in de.scravy.bedrock with type arguments of type ThrowingBiConsumer Modifier and Type Method Description static <A> Control.Async<A,A>Control. waterfall(Seq<ThrowingBiConsumer<A,Callback<A>>> fs)static <A> Control.Async<A,A>Control. waterfall(List<ThrowingBiConsumer<A,Callback<A>>> fs)