| Interface | Description |
|---|---|
| BiConsumer<T,U> |
Represents an operation that accepts two input arguments and returns no
result.
|
| BiFunction<T,U,R> |
Represents a function that accepts two arguments and produces a result.
|
| BlockTracker | |
| Computable<R,V> | |
| ComputableFactory<T,P> | |
| ComputeFactory<T,R> | |
| Consumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
| Factory<T> | |
| Function<T,R> | |
| Immutable<I extends Immutable<I,M>,M extends Mutable<M,I>> | |
| IntConsumer |
Represents an operation that accepts a single input argument and returns no
result.
|
| Mutable<M extends Mutable<M,I>,I extends Immutable<I,M>> | |
| NodeTracker | |
| Paired<K,V> | |
| RunnableValue<T> | |
| ValueRunnable<T> |
| Class | Description |
|---|---|
| ImageUtils | |
| Pair<K,V> | |
| Ref<T> | |
| Utils |
| Enum | Description |
|---|---|
| KeepType |
Copyright © 2018. All rights reserved.