public interface QuadFunction<A,B,C,D,R> extends Throwables.QuadFunction<A,B,C,D,R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> QuadFunction<A,B,C,D,V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(A a,
B b,
C c,
D d) |
Copyright © 2021. All rights reserved.