Interface ShortTriFunction<R>

All Superinterfaces:
Throwables.ShortTriFunction<R,RuntimeException>

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

    Modifier and Type
    Method
    Description
    default <V> ShortTriFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(short a, short b, short c)