Interface ByteBiFunction<R>

All Superinterfaces:
Throwables.ByteBiFunction<R,RuntimeException>

public interface ByteBiFunction<R> extends Throwables.ByteBiFunction<R,RuntimeException>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> ByteBiFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(byte t, byte u)