@FunctionalInterface public interface Function8<T1,T2,T3,T4,T5,T6,T7,T8,R>
| Modifier and Type | Method and Description | 
|---|---|
| R | apply(T1 v1,
     T2 v2,
     T3 v3,
     T4 v4,
     T5 v5,
     T6 v6,
     T7 v7,
     T8 v8)Apply this function to the arguments. | 
| default R | apply(Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> args)Apply this function to the arguments. | 
Copyright © 2015. All Rights Reserved.