@FunctionalInterface public interface QuadFunction<T0,T1,T2,T3,R> extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| default R | apply(T0 t0,
     T1 t1,
     T2 t2,
     T3 t3)Applies this function to the given arguments. | 
| R | applyEx(T0 t0,
       T1 t1,
       T2 t2,
       T3 t3)Exception-declaring variant of  apply(T0, T1, T2, T3). | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.