跳过导航链接
$ C R V 

$

$() - 接口 中的方法com.github.gg_a.function.R0
 
$(T) - 接口 中的方法com.github.gg_a.function.R1
 
$(T1, T2) - 接口 中的方法com.github.gg_a.function.R2
 
$(T1, T2, T3) - 接口 中的方法com.github.gg_a.function.R3
 
$(T1, T2, T3, T4) - 接口 中的方法com.github.gg_a.function.R4
 
$(T1, T2, T3, T4, T5) - 接口 中的方法com.github.gg_a.function.R5
 
$(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.github.gg_a.function.R6
 
$(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.github.gg_a.function.R7
 
$(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.github.gg_a.function.R8
 
$(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.github.gg_a.function.R9
 
$() - 接口 中的方法com.github.gg_a.function.RT0
 
$(T) - 接口 中的方法com.github.gg_a.function.RT1
 
$(T1, T2) - 接口 中的方法com.github.gg_a.function.RT2
 
$(T1, T2, T3) - 接口 中的方法com.github.gg_a.function.RT3
 
$(T1, T2, T3, T4) - 接口 中的方法com.github.gg_a.function.RT4
 
$(T1, T2, T3, T4, T5) - 接口 中的方法com.github.gg_a.function.RT5
 
$(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.github.gg_a.function.RT6
 
$(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.github.gg_a.function.RT7
 
$(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.github.gg_a.function.RT8
 
$(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.github.gg_a.function.RT9
 
$() - 接口 中的方法com.github.gg_a.function.V0
 
$(T) - 接口 中的方法com.github.gg_a.function.V1
 
$(T1, T2) - 接口 中的方法com.github.gg_a.function.V2
 
$(T1, T2, T3) - 接口 中的方法com.github.gg_a.function.V3
 
$(T1, T2, T3, T4) - 接口 中的方法com.github.gg_a.function.V4
 
$(T1, T2, T3, T4, T5) - 接口 中的方法com.github.gg_a.function.V5
 
$(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.github.gg_a.function.V6
 
$(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.github.gg_a.function.V7
 
$(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.github.gg_a.function.V8
 
$(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.github.gg_a.function.V9
 
$() - 接口 中的方法com.github.gg_a.function.VT0
 
$(T) - 接口 中的方法com.github.gg_a.function.VT1
 
$(T1, T2) - 接口 中的方法com.github.gg_a.function.VT2
 
$(T1, T2, T3) - 接口 中的方法com.github.gg_a.function.VT3
 
$(T1, T2, T3, T4) - 接口 中的方法com.github.gg_a.function.VT4
 
$(T1, T2, T3, T4, T5) - 接口 中的方法com.github.gg_a.function.VT5
 
$(T1, T2, T3, T4, T5, T6) - 接口 中的方法com.github.gg_a.function.VT6
 
$(T1, T2, T3, T4, T5, T6, T7) - 接口 中的方法com.github.gg_a.function.VT7
 
$(T1, T2, T3, T4, T5, T6, T7, T8) - 接口 中的方法com.github.gg_a.function.VT8
 
$(T1, T2, T3, T4, T5, T6, T7, T8, T9) - 接口 中的方法com.github.gg_a.function.VT9
 

C

com.github.gg_a.function - 程序包 com.github.gg_a.function
 

R

R0<R> - com.github.gg_a.function中的接口
Represents a function that accepts 0 argument and produces a result 表示一个不接收任何参数,但返回结果的函数
R1<T,R> - com.github.gg_a.function中的接口
Represents a function that accepts 1 argument and produces a result 表示一个接收 1个参数 并返回结果的函数
R2<T1,T2,R> - com.github.gg_a.function中的接口
Represents a function that accepts 2 arguments and produces a result 表示一个接收 2个参数 并返回结果的函数
R3<T1,T2,T3,R> - com.github.gg_a.function中的接口
Represents a function that accepts 3 arguments and produces a result 表示一个接收 3个参数 并返回结果的函数
R4<T1,T2,T3,T4,R> - com.github.gg_a.function中的接口
Represents a function that accepts 4 arguments and produces a result 表示一个接收 4个参数 并返回结果的函数
R5<T1,T2,T3,T4,T5,R> - com.github.gg_a.function中的接口
Represents a function that accepts 5 arguments and produces a result 表示一个接收 5个参数 并返回结果的函数
R6<T1,T2,T3,T4,T5,T6,R> - com.github.gg_a.function中的接口
Represents a function that accepts 6 arguments and produces a result 表示一个接收 6个参数 并返回结果的函数
R7<T1,T2,T3,T4,T5,T6,T7,R> - com.github.gg_a.function中的接口
Represents a function that accepts 7 arguments and produces a result 表示一个接收 7个参数 并返回结果的函数
R8<T1,T2,T3,T4,T5,T6,T7,T8,R> - com.github.gg_a.function中的接口
Represents a function that accepts 8 arguments and produces a result 表示一个接收 8个参数 并返回结果的函数
R9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R> - com.github.gg_a.function中的接口
Represents a function that accepts 9 arguments and produces a result 表示一个接收 9个参数 并返回结果的函数
RT0<R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 0 argument and produces a result, and will throw exception 表示一个不接收任何参数,但返回结果且抛出异常的函数
RT1<T,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 1 argument and produces a result, and will throw exception 表示一个接收 1个参数 并返回结果且抛出异常的函数
RT2<T1,T2,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 2 arguments and produces a result, and will throw exception 表示一个接收 2个参数 并返回结果且抛出异常的函数
RT3<T1,T2,T3,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 3 arguments and produces a result, and will throw exception 表示一个接收 3个参数 并返回结果且抛出异常的函数
RT4<T1,T2,T3,T4,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 4 arguments and produces a result, and will throw exception 表示一个接收 4个参数 并返回结果且抛出异常的函数
RT5<T1,T2,T3,T4,T5,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 5 arguments and produces a result, and will throw exception 表示一个接收 5个参数 并返回结果且抛出异常的函数
RT6<T1,T2,T3,T4,T5,T6,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 6 arguments and produces a result, and will throw exception 表示一个接收 6个参数 并返回结果且抛出异常的函数
RT7<T1,T2,T3,T4,T5,T6,T7,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 7 arguments and produces a result, and will throw exception 表示一个接收 7个参数 并返回结果且抛出异常的函数
RT8<T1,T2,T3,T4,T5,T6,T7,T8,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 8 arguments and produces a result, and will throw exception 表示一个接收 8个参数 并返回结果且抛出异常的函数
RT9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 9 arguments and produces a result, and will throw exception 表示一个接收 9个参数 并返回结果且抛出异常的函数

V

V0 - com.github.gg_a.function中的接口
Represents a function that accepts 0 argument and returns no result 表示一个不接收参数也不返回任何结果的函数
V1<T> - com.github.gg_a.function中的接口
Represents a function that accepts 1 argument and returns no result 表示一个接收 1个参数 不返回任何结果的函数
V2<T1,T2> - com.github.gg_a.function中的接口
Represents a function that accepts 2 arguments and returns no result 表示一个接收 2个参数 不返回任何结果的函数
V3<T1,T2,T3> - com.github.gg_a.function中的接口
Represents a function that accepts 3 arguments and returns no result 表示一个接收 3个参数 不返回任何结果的函数
V4<T1,T2,T3,T4> - com.github.gg_a.function中的接口
Represents a function that accepts 4 arguments and returns no result 表示一个接收 4个参数 不返回任何结果的函数
V5<T1,T2,T3,T4,T5> - com.github.gg_a.function中的接口
Represents a function that accepts 5 arguments and returns no result 表示一个接收 5个参数 不返回任何结果的函数
V6<T1,T2,T3,T4,T5,T6> - com.github.gg_a.function中的接口
Represents a function that accepts 6 arguments and returns no result 表示一个接收 6个参数 不返回任何结果的函数
V7<T1,T2,T3,T4,T5,T6,T7> - com.github.gg_a.function中的接口
Represents a function that accepts 7 arguments and returns no result 表示一个接收 7个参数 不返回任何结果的函数
V8<T1,T2,T3,T4,T5,T6,T7,T8> - com.github.gg_a.function中的接口
Represents a function that accepts 8 arguments and returns no result 表示一个接收 8个参数 不返回任何结果的函数
V9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - com.github.gg_a.function中的接口
Represents a function that accepts 9 arguments and returns no result 表示一个接收 9个参数 不返回任何结果的函数
VT0<E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 0 argument and returns no result, and will throw exception 表示一个不接收参数也不返回任何结果且抛出异常的函数
VT1<T,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 1 argument and returns no result, and will throw exception 表示一个接收 1个参数 不返回任何结果且抛出异常的函数
VT2<T1,T2,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 2 arguments and returns no result, and will throw exception 表示一个接收 2个参数 不返回任何结果且抛出异常的函数
VT3<T1,T2,T3,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 3 arguments and returns no result, and will throw exception 表示一个接收 3个参数 不返回任何结果且抛出异常的函数
VT4<T1,T2,T3,T4,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 4 arguments and returns no result, and will throw exception 表示一个接收 4个参数 不返回任何结果且抛出异常的函数
VT5<T1,T2,T3,T4,T5,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 5 arguments and returns no result, and will throw exception 表示一个接收 5个参数 不返回任何结果且抛出异常的函数
VT6<T1,T2,T3,T4,T5,T6,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 6 arguments and returns no result, and will throw exception 表示一个接收 6个参数 不返回任何结果且抛出异常的函数
VT7<T1,T2,T3,T4,T5,T6,T7,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 7 arguments and returns no result, and will throw exception 表示一个接收 7个参数 不返回任何结果且抛出异常的函数
VT8<T1,T2,T3,T4,T5,T6,T7,T8,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 8 arguments and returns no result, and will throw exception 表示一个接收 8个参数 不返回任何结果且抛出异常的函数
VT9<T1,T2,T3,T4,T5,T6,T7,T8,T9,E extends Exception> - com.github.gg_a.function中的接口
Represents a function that accepts 9 arguments and returns no result, and will throw exception 表示一个接收 9个参数 不返回任何结果且抛出异常的函数
$ C R V 
跳过导航链接

Copyright © 2019. All rights reserved.