JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
H
I
O
A
async(Runnable)
- Static method in class br.com.arch.toolkit.livedata.
ExecutorUtil
Execute a Async Thread block
B
br.com.arch.toolkit.livedata
- package br.com.arch.toolkit.livedata
br.com.arch.toolkit.livedata.computable
- package br.com.arch.toolkit.livedata.computable
C
ComputableLiveData
<
T
> - Class in
br.com.arch.toolkit.livedata.computable
Implementation of
LiveData
to make it possible compute something on the WorkerThread, and abort or invalidate if needed
ComputableLiveData()
- Constructor for class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
E
ExecutorUtil
- Class in
br.com.arch.toolkit.livedata
H
hasComputed()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
I
interrupt()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
Interrupt the ongoing computing Thread and call
ComputableLiveData.abort()
invalidate()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
Invalidate the actual data and compute again
isRunning()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
isRunningOrHasComputed()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
O
onActive()
- Method in class br.com.arch.toolkit.livedata.computable.
ComputableLiveData
A
B
C
E
H
I
O
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes