跳过导航链接
A B C D E F G I L M N O P R S T U W X 

A

Action - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/5/30.
Action0 - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/5/30.
Action1<T> - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/5/30.
add(CopyOnWriteArrayList<Object>) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
append(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
await(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 

B

background() - 类 中的方法xiaofei.library.shelly.Domino
 
background() - 类 中的方法xiaofei.library.shelly.TaskDomino
 
backgroundQueue() - 类 中的方法xiaofei.library.shelly.Domino
 
backgroundQueue() - 类 中的方法xiaofei.library.shelly.TaskDomino
 
BackgroundQueueScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
BackgroundQueueScheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.BackgroundQueueScheduler
 
BackgroundScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
BackgroundScheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.BackgroundScheduler
 
beginTask(Task<R, U, S>) - 类 中的方法xiaofei.library.shelly.Domino
 
BlockingRunnable<T,R> - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/23.
BlockingRunnable(Scheduler<T>, Function1<CopyOnWriteArrayList<T>, CopyOnWriteArrayList<R>>, int) - 类 的构造器xiaofei.library.shelly.util.BlockingRunnable
 

C

call() - 接口 中的方法xiaofei.library.shelly.function.Action0
 
call(T) - 接口 中的方法xiaofei.library.shelly.function.Action1
 
call(T) - 接口 中的方法xiaofei.library.shelly.function.Function1
 
call(T, R) - 接口 中的方法xiaofei.library.shelly.function.Function2
 
call(T) - 接口 中的方法xiaofei.library.shelly.function.TargetAction0
 
call(T, R) - 接口 中的方法xiaofei.library.shelly.function.TargetAction1
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.EmptyOperator
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.FilterOperator
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.FlatMapOperator
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.MapOperator
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.MapOperator2
 
call(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.operator.ReducerOperator
 
call(List<T>) - 接口 中的方法xiaofei.library.shelly.util.Player
 
clear() - 类 中的方法xiaofei.library.shelly.Domino
 
combine(Domino<? super R, S1>, Domino<? super R, S2>, Function2<? super S1, ? super S2, ? extends V>) - 类 中的方法xiaofei.library.shelly.Domino
 
combineTask(TaskDomino<? super R, S1, U1>, TaskDomino<? super R, S2, U2>, Function2<? super S1, ? super S2, ? extends V>) - 类 中的方法xiaofei.library.shelly.Domino
 
commit() - 类 中的方法xiaofei.library.shelly.Domino
 
commit(Domino<?, ?>) - 类 中的方法xiaofei.library.shelly.util.DominoCenter
 
Config - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/23.
Config() - 类 的构造器xiaofei.library.shelly.util.Config
 
containsDomino(Object) - 类 中的方法xiaofei.library.shelly.util.DominoCenter
 
createDomino(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
createDomino() - 类 中的静态方法xiaofei.library.shelly.Shelly
 

D

DEBUG - 类 中的静态变量xiaofei.library.shelly.util.Config
 
DefaultScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
DefaultScheduler(List<T>) - 类 的构造器xiaofei.library.shelly.scheduler.DefaultScheduler
 
DefaultScheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.DefaultScheduler
 
Domino<T,R> - xiaofei.library.shelly中的类
Created by Xiaofei on 16/5/26.
DOMINO_CENTER - 类 中的静态变量xiaofei.library.shelly.Domino
 
DominoCenter - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/5/26.
dominoMap(Domino<? super R, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 

E

EmptyOperator<T,R> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
EmptyOperator() - 类 的构造器xiaofei.library.shelly.operator.EmptyOperator
 
endTask() - 类 中的方法xiaofei.library.shelly.TaskDomino
 
endTask(Function1<List<Triple<Boolean, R, U>>, List<S>>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
endTaskEmpty() - 类 中的方法xiaofei.library.shelly.TaskDomino
 
execute(T) - 类 中的方法xiaofei.library.shelly.util.Task
 

F

filter(Function1<? super R, Boolean>) - 类 中的方法xiaofei.library.shelly.Domino
 
FilterOperator<T> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
FilterOperator(Function1<? super T, Boolean>) - 类 的构造器xiaofei.library.shelly.operator.FilterOperator
 
finallyDo(Action0) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
finallyDo(Class<? extends S>, TargetAction0<? super S>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
first - 类 中的变量xiaofei.library.shelly.util.Triple
 
flatMap(Function1<? super R, List<U>>) - 类 中的方法xiaofei.library.shelly.Domino
 
FlatMapOperator<T,R> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
FlatMapOperator(Function1<? super T, List<R>>) - 类 的构造器xiaofei.library.shelly.operator.FlatMapOperator
 
Function - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/6/14.
Function1<T,R> - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/6/14.
Function2<T,R,S> - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/6/20.

G

get(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
getDomino(Object) - 类 中的方法xiaofei.library.shelly.util.DominoCenter
 
getDominoByLabel(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
getInput(int) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
getInputs() - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
getInstance() - 类 中的静态方法xiaofei.library.shelly.util.DominoCenter
 
getInstance() - 类 中的静态方法xiaofei.library.shelly.util.TargetCenter
 
getLabel() - 类 中的方法xiaofei.library.shelly.Domino
 
getObjects(Class<?>) - 类 中的方法xiaofei.library.shelly.util.TargetCenter
 
getPlayer() - 类 中的方法xiaofei.library.shelly.Domino
 
getPreviousInput() - 类 中的方法xiaofei.library.shelly.util.BlockingRunnable
 
getRunnable() - 类 中的方法xiaofei.library.shelly.util.ScheduledRunnable
 

I

inputSet() - 类 中的方法xiaofei.library.shelly.util.ScheduledRunnable
 
inputSet(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
isRegistered(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
isRegistered(Object) - 类 中的方法xiaofei.library.shelly.util.TargetCenter
 
isRunning() - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 

L

lift(Function1<CopyOnWriteArrayList<R>, CopyOnWriteArrayList<U>>) - 类 中的方法xiaofei.library.shelly.Domino
 
lock(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 

M

map(Function1<? super R, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 
map(Class<S>, Function2<? super S, ? super R, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 
MapOperator<T,R> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
MapOperator(Function1<? super T, ? extends R>) - 类 的构造器xiaofei.library.shelly.operator.MapOperator
 
MapOperator2<T,R,U> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
MapOperator2(Class<U>, Function2<? super U, ? super T, ? extends R>) - 类 的构造器xiaofei.library.shelly.operator.MapOperator2
 
merge(Domino<? super R, ? extends U>, Domino<? super R, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 
merge(Domino<? super R, ? extends U>, Domino<? super R, ? extends U>, Domino<? super R, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 
merge(Domino<? super R, ? extends U>[]) - 类 中的方法xiaofei.library.shelly.Domino
 

N

NewThreadScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
NewThreadScheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.NewThreadScheduler
 
notifyFailure(S) - 类 中的方法xiaofei.library.shelly.util.Task
 
notifySuccess(R) - 类 中的方法xiaofei.library.shelly.util.Task
 

O

onExecute(T) - 类 中的方法xiaofei.library.shelly.util.Task
 
onFailure(Domino<U, ?>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onFailure(Class<? extends S>, TargetAction0<? super S>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onFailure(Class<? extends S>, TargetAction1<? super S, ? super U>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onFailure(Action0) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onFailure(Action1<? super U>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onFailure(S) - 接口 中的方法xiaofei.library.shelly.util.Task.TaskListener
 
onPlay(Player<T, ?>) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.BackgroundQueueScheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.BackgroundScheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.DefaultScheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.NewThreadScheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.ThrottleScheduler
 
onSchedule(Runnable) - 类 中的方法xiaofei.library.shelly.scheduler.UiThreadScheduler
 
onSuccess(Domino<R, ?>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onSuccess(Class<? extends S>, TargetAction0<? super S>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onSuccess(Class<? extends S>, TargetAction1<? super S, ? super R>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onSuccess(Action0) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onSuccess(Action1<? super R>) - 类 中的方法xiaofei.library.shelly.TaskDomino
 
onSuccess(R) - 接口 中的方法xiaofei.library.shelly.util.Task.TaskListener
 

P

pause() - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
play(CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.Domino
 
play(Player<T, ?>) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
play(Object, CopyOnWriteArrayList<T>) - 类 中的方法xiaofei.library.shelly.util.DominoCenter
 
playDomino(Object, T...) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
playDomino(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
Player<T,R> - xiaofei.library.shelly.util中的接口
Created by Xiaofei on 16/5/27.

R

reduce(Function1<List<R>, ? extends U>) - 类 中的方法xiaofei.library.shelly.Domino
 
ReducerOperator<T,R> - xiaofei.library.shelly.operator中的类
Created by Xiaofei on 16/6/23.
ReducerOperator(Function1<List<T>, ? extends R>) - 类 的构造器xiaofei.library.shelly.operator.ReducerOperator
 
register(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
register(Object) - 类 中的方法xiaofei.library.shelly.util.TargetCenter
 
run() - 类 中的方法xiaofei.library.shelly.util.BlockingRunnable
 
run() - 类 中的方法xiaofei.library.shelly.util.ScheduledRunnable
 

S

ScheduledRunnable<R> - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/23.
ScheduledRunnable(Scheduler<R>, Runnable, int) - 类 的构造器xiaofei.library.shelly.util.ScheduledRunnable
 
scheduleFunction(List<? extends Function1<CopyOnWriteArrayList<T>, CopyOnWriteArrayList<R>>>) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
Scheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
Scheduler(List<T>) - 类 的构造器xiaofei.library.shelly.scheduler.Scheduler
 
Scheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.Scheduler
 
SchedulerInputs - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/23.
SchedulerInputs() - 类 的构造器xiaofei.library.shelly.util.SchedulerInputs
 
scheduleRunnable(List<? extends Runnable>) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
second - 类 中的变量xiaofei.library.shelly.util.Triple
 
set(int, CopyOnWriteArrayList<Object>) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
setListener(Task.TaskListener<R, S>) - 类 中的方法xiaofei.library.shelly.util.Task
 
Shelly - xiaofei.library.shelly中的类
Created by Xiaofei on 16/5/26.
Shelly() - 类 的构造器xiaofei.library.shelly.Shelly
 
size() - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 

T

target(Class<? extends U>, TargetAction0<? super U>) - 类 中的方法xiaofei.library.shelly.Domino
T是原本输入的参数类型,R是将传给下面的参数类型!
target(Class<? extends U>, TargetAction1<? super U, ? super R>) - 类 中的方法xiaofei.library.shelly.Domino
 
target(Action0) - 类 中的方法xiaofei.library.shelly.Domino
 
target(Action1<? super R>) - 类 中的方法xiaofei.library.shelly.Domino
 
target(Domino<? super R, ?>) - 类 中的方法xiaofei.library.shelly.Domino
 
TARGET_CENTER - 类 中的静态变量xiaofei.library.shelly.Domino
 
TargetAction0<T> - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/5/30.
TargetAction1<T,R> - xiaofei.library.shelly.function中的接口
Created by Xiaofei on 16/5/30.
TargetCenter - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/5/26.
Task<T,R,S> - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/20.
Task() - 类 的构造器xiaofei.library.shelly.util.Task
 
Task.TaskListener<R,S> - xiaofei.library.shelly.util中的接口
 
TaskDomino<T,R,U> - xiaofei.library.shelly中的类
Created by Xiaofei on 16/6/21.
third - 类 中的变量xiaofei.library.shelly.util.Triple
 
throttle(long, TimeUnit) - 类 中的方法xiaofei.library.shelly.Domino
 
ThrottleScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/6/21.
ThrottleScheduler(Scheduler<T>, Object, long, TimeUnit) - 类 的构造器xiaofei.library.shelly.scheduler.ThrottleScheduler
 
Triple<F,S,T> - xiaofei.library.shelly.util中的类
Created by Xiaofei on 16/6/22.
Triple(F, S, T) - 类 的构造器xiaofei.library.shelly.util.Triple
 

U

uiThread() - 类 中的方法xiaofei.library.shelly.Domino
 
uiThread() - 类 中的方法xiaofei.library.shelly.TaskDomino
 
UiThreadScheduler<T> - xiaofei.library.shelly.scheduler中的类
Created by Xiaofei on 16/5/31.
UiThreadScheduler(Scheduler<R>) - 类 的构造器xiaofei.library.shelly.scheduler.UiThreadScheduler
 
unblock(int, CopyOnWriteArrayList<Object>) - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
unlock(int) - 类 中的方法xiaofei.library.shelly.util.SchedulerInputs
 
unregister(Object) - 类 中的静态方法xiaofei.library.shelly.Shelly
 
unregister(Object) - 类 中的方法xiaofei.library.shelly.util.TargetCenter
 

W

waitForFinishing() - 类 中的方法xiaofei.library.shelly.scheduler.Scheduler
 
waitForInput() - 类 中的方法xiaofei.library.shelly.util.ScheduledRunnable
 

X

xiaofei.library.shelly - 程序包 xiaofei.library.shelly
 
xiaofei.library.shelly.function - 程序包 xiaofei.library.shelly.function
 
xiaofei.library.shelly.operator - 程序包 xiaofei.library.shelly.operator
 
xiaofei.library.shelly.scheduler - 程序包 xiaofei.library.shelly.scheduler
 
xiaofei.library.shelly.util - 程序包 xiaofei.library.shelly.util
 
A B C D E F G I L M N O P R S T U W X 
跳过导航链接