Interface BooleanTriFunction<R>

All Superinterfaces:
Throwables.BooleanTriFunction<R,RuntimeException>

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

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