Uses of Interface
com.github.phantomthief.util.ThrowableBiConsumer
-
Packages that use ThrowableBiConsumer Package Description com.github.phantomthief.util -
-
Uses of ThrowableBiConsumer in com.github.phantomthief.util
Methods in com.github.phantomthief.util that return ThrowableBiConsumer Modifier and Type Method Description default ThrowableBiConsumer<T,U,X>ThrowableBiConsumer. andThen(ThrowableBiConsumer<? super T,? super U,X> after)Methods in com.github.phantomthief.util with parameters of type ThrowableBiConsumer Modifier and Type Method Description default ThrowableBiConsumer<T,U,X>ThrowableBiConsumer. andThen(ThrowableBiConsumer<? super T,? super U,X> after)
-