Interface ShortBiFunction<R>

All Superinterfaces:
Throwables.ShortBiFunction<R,RuntimeException>

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

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