Interface QuadFunction<A,B,C,D,R>

All Superinterfaces:
Throwables.QuadFunction<A,B,C,D,R,RuntimeException>

public interface QuadFunction<A,B,C,D,R> extends Throwables.QuadFunction<A,B,C,D,R,RuntimeException>
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> QuadFunction<A,B,C,D,V>
    andThen(Function<? super R,? extends V> after)
     
    apply(A a, B b, C c, D d)