Interface IntTriFunction<R>

All Superinterfaces:
Throwables.IntTriFunction<R,RuntimeException>

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

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