| 程序包 | 说明 |
|---|---|
| com.iofairy.lambda |
| 限定符和类型 | 接口 | 说明 |
|---|---|---|
interface |
P1<T> |
Represents a predicate (boolean-valued function) of 1 argument.
表示一个接收 1个参数 并返回boolean值的函数 |
interface |
P2<T1,T2> |
Represents a predicate (boolean-valued function) of 2 arguments.
表示一个接收 2个参数 并返回boolean值的函数 |
interface |
P3<T1,T2,T3> |
Represents a predicate (boolean-valued function) of 3 arguments.
表示一个接收 3个参数 并返回boolean值的函数 |
interface |
P4<T1,T2,T3,T4> |
Represents a predicate (boolean-valued function) of 4 arguments.
表示一个接收 4个参数 并返回boolean值的函数 |
interface |
P5<T1,T2,T3,T4,T5> |
Represents a predicate (boolean-valued function) of 5 arguments.
表示一个接收 5个参数 并返回boolean值的函数 |
interface |
P6<T1,T2,T3,T4,T5,T6> |
Represents a predicate (boolean-valued function) of 6 arguments.
表示一个接收 6个参数 并返回boolean值的函数 |
interface |
P7<T1,T2,T3,T4,T5,T6,T7> |
Represents a predicate (boolean-valued function) of 7 arguments.
表示一个接收 7个参数 并返回boolean值的函数 |
interface |
P8<T1,T2,T3,T4,T5,T6,T7,T8> |
Represents a predicate (boolean-valued function) of 8 arguments.
表示一个接收 8个参数 并返回boolean值的函数 |
interface |
P9<T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Represents a predicate (boolean-valued function) of 9 arguments.
表示一个接收 9个参数 并返回boolean值的函数 |
interface |
R0<R> |
Represents a function that accepts 0 argument and produces a result
表示一个不接收任何参数,但返回结果的函数 |
interface |
R1<T,R> |
Represents a function that accepts 1 argument and produces a result
表示一个接收 1个参数 并返回结果的函数 |
interface |
R2<T1,T2,R> |
Represents a function that accepts 2 arguments and produces a result
表示一个接收 2个参数 并返回结果的函数 |
interface |
R3<T1,T2,T3,R> |
Represents a function that accepts 3 arguments and produces a result
表示一个接收 3个参数 并返回结果的函数 |
interface |
R4<T1,T2,T3,T4,R> |
Represents a function that accepts 4 arguments and produces a result
表示一个接收 4个参数 并返回结果的函数 |
interface |
R5<T1,T2,T3,T4,T5,R> |
Represents a function that accepts 5 arguments and produces a result
表示一个接收 5个参数 并返回结果的函数 |
interface |
R6<T1,T2,T3,T4,T5,T6,R> |
Represents a function that accepts 6 arguments and produces a result
表示一个接收 6个参数 并返回结果的函数 |
interface |
R7<T1,T2,T3,T4,T5,T6,T7,R> |
Represents a function that accepts 7 arguments and produces a result
表示一个接收 7个参数 并返回结果的函数 |
interface |
R8<T1,T2,T3,T4,T5,T6,T7,T8,R> |
Represents a function that accepts 8 arguments and produces a result
表示一个接收 8个参数 并返回结果的函数 |
interface |
R9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> |
Represents a function that accepts 9 arguments and produces a result
表示一个接收 9个参数 并返回结果的函数 |
Copyright © 2023 io-fairy. All rights reserved.