| Interface | Description |
|---|---|
| UnaryFunction<T,K> |
| Class | Description |
|---|---|
| CompositeUnaryFunction<T,K> | |
| Functional |
Functional helpers.
|
| IdentityFunction<T> |
Identity function
|
| ThreadSafeUnaryFunction<T,K> |
ThreadSafeUnaryFunction maintains a ThreadLocal of a UnaryFunction and
delegates the application to the thread local function.
|
Copyright © 2018. All rights reserved.