See: Description
| Interface | Description |
|---|---|
| Function10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,R> |
A function with 10 arguments.
|
| Function11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,R> |
A function with 11 arguments.
|
| Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> |
A function with 12 arguments.
|
| Function13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,R> |
A function with 13 arguments.
|
| Function14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,R> |
A function with 14 arguments.
|
| Function15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,R> |
A function with 15 arguments.
|
| Function16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,R> |
A function with 16 arguments.
|
| Function3<T1,T2,T3,R> |
A function with 3 arguments.
|
| Function4<T1,T2,T3,T4,R> |
A function with 4 arguments.
|
| Function5<T1,T2,T3,T4,T5,R> |
A function with 5 arguments.
|
| Function6<T1,T2,T3,T4,T5,T6,R> |
A function with 6 arguments.
|
| Function7<T1,T2,T3,T4,T5,T6,T7,R> |
A function with 7 arguments.
|
| Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> |
A function with 8 arguments.
|
| Function9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
A function with 9 arguments.
|
| Predicate10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A predicate with 10 arguments.
|
| Predicate11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A predicate with 11 arguments.
|
| Predicate12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A predicate with 12 arguments.
|
| Predicate13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A predicate with 13 arguments.
|
| Predicate14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A predicate with 14 arguments.
|
| Predicate15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A predicate with 15 arguments.
|
| Predicate16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A predicate with 16 arguments.
|
| Predicate3<T1,T2,T3> |
A predicate with 3 arguments.
|
| Predicate4<T1,T2,T3,T4> |
A predicate with 4 arguments.
|
| Predicate5<T1,T2,T3,T4,T5> |
A predicate with 5 arguments.
|
| Predicate6<T1,T2,T3,T4,T5,T6> |
A predicate with 6 arguments.
|
| Predicate7<T1,T2,T3,T4,T5,T6,T7> |
A predicate with 7 arguments.
|
| Predicate8<T1,T2,T3,T4,T5,T6,T7,T8> |
A predicate with 8 arguments.
|
| Predicate9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A predicate with 9 arguments.
|
Copyright © 2021. All rights reserved.