类分层结构
接口分层结构
- java.util.concurrent.Callable<V>
- com.firefly.utils.function.Func0<R> (并 extends com.firefly.utils.function.Function)
- com.firefly.utils.function.Function
- com.firefly.utils.function.Action
- com.firefly.utils.function.Action0
- com.firefly.utils.function.Action1<T>
- com.firefly.utils.function.Action2<T1,T2>
- com.firefly.utils.function.Action3<T1,T2,T3>
- com.firefly.utils.function.Action4<T1,T2,T3,T4>
- com.firefly.utils.function.Action5<T1,T2,T3,T4,T5>
- com.firefly.utils.function.Action6<T1,T2,T3,T4,T5,T6>
- com.firefly.utils.function.Action7<T1,T2,T3,T4,T5,T6,T7>
- com.firefly.utils.function.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
- com.firefly.utils.function.Action9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
- com.firefly.utils.function.ActionN
- com.firefly.utils.function.Func0<R> (并 extends java.util.concurrent.Callable<V>)
- com.firefly.utils.function.Func1<T,R>
- com.firefly.utils.function.Func2<T1,T2,R>
- com.firefly.utils.function.Func3<T1,T2,T3,R>
- com.firefly.utils.function.Func4<T1,T2,T3,T4,R>
- com.firefly.utils.function.Func5<T1,T2,T3,T4,T5,R>
- com.firefly.utils.function.Func6<T1,T2,T3,T4,T5,T6,R>
- com.firefly.utils.function.Func7<T1,T2,T3,T4,T5,T6,T7,R>
- com.firefly.utils.function.Func8<T1,T2,T3,T4,T5,T6,T7,T8,R>
- com.firefly.utils.function.Func9<T1,T2,T3,T4,T5,T6,T7,T8,T9,R>
- com.firefly.utils.function.FuncN<R>
Copyright © 2016. All rights reserved.