public interface ByteBiFunction<R> extends Try.ByteBiFunction<R,java.lang.RuntimeException>
Modifier and Type | Method and Description |
---|---|
default <V> ByteBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(byte t,
byte u) |
R apply(byte t, byte u)
apply
in interface Try.ByteBiFunction<R,java.lang.RuntimeException>
default <V> ByteBiFunction<V> andThen(Function<? super R,? extends V> after)