| Class | Description |
|---|---|
| ActionBinder<T> |
Unary to nullary action adapter.
|
| ActionBinderFirst<T1,T2> |
Binary to unary action adapter.
|
| ActionBinderFirstOfThree<T1,T2,T3> |
Ternary to binary action adapter.
|
| ActionBinderSecond<T1,T2> |
Binary to unary action adapter.
|
| ActionBinderSecondOfThree<T1,T2,T3> |
Ternary to binary action adapter.
|
| ActionBinderThird<T1,T2,T3> |
Ternary to binary action adapter.
|
| ActionIgnoreFirst<T1,T2> |
Adapts an action to a binary action.
|
| ActionIgnoreFirstOfThree<T1,T2,T3> |
Adapts a binary action to a ternary action.
|
| ActionIgnoreSecond<T1,T2> |
Adapts an action to a binary action.
|
| ActionIgnoreSecondOfThree<T1,T2,T3> |
Adapts a binary action to a ternary action.
|
| ActionIgnoreThird<T1,T2,T3> |
Adapts a binary action to a ternary action.
|
| ActionToDelegate<T> |
Adapts an action to a delegate.
|
| BinaryActionToBinaryDelegate<T1,T2> |
Adapts a binary action to a binary delegate.
|
| BinaryDelegateToBinaryAction<R,T1,T2> |
Adapts a binary delegate to a binary action.
|
| BinaryDelegateToBinaryPredicate<T1,T2> |
Adapts a binary delegate with Boolean result type to a binary Predicate.
|
| BinaryPredicateToBinaryDelegate<T1,T2> |
Adapts a binary predicate to a binary delegate with Boolean result type.
|
| Binder<R,T> |
Unary to nullary delegate adapter.
|
| BinderFirst<R,T,U> |
Binary to unary delegate adapter.
|
| BinderFirstOfThree<R,T1,T2,T3> |
Ternary to binary delegate adapter.
|
| BinderSecond<R,T,U> |
Binary to unary delegate adapter.
|
| BinderSecondOfThree<R,T1,T2,T3> |
Ternary to binary delegate adapter.
|
| BinderThird<R,T1,T2,T3> |
Ternary to binary delegate adapter.
|
| DelegateToAction<R,T> |
Adapts a delegate to an action.
|
| DelegateToPredicate<T> |
Adapts a delegate with Boolean result type to a predicate.
|
| IgnoreFirst<R,T1,T2> |
Adapts a delegate to a binary delegate.
|
| IgnoreFirstOfThree<R,T1,T2,T3> |
Adapts a binary delegate to a ternary delegate.
|
| IgnoreParameter<R,T> |
Adapts a provider to a delegate.
|
| IgnoreSecond<R,T1,T2> |
Adapts a delegate to a binary delegate.
|
| IgnoreSecondOfThree<R,T1,T2,T3> |
Adapts a binary delegate to a ternary delegate.
|
| IgnoreThird<R,T1,T2,T3> |
Adapts a binary delegate to a Ternary delegate.
|
| IteratingProvider<T> |
Adapts an
Iterator<T> to a Provider<Maybe<T>>. |
| PredicateBinder<T> |
Unary to nullary predicate adapter.
|
| PredicateBinderFirst<T1,T2> |
Binary to unary predicate adapter.
|
| PredicateBinderFirstOfThree<T1,T2,T3> |
Ternary to binary predicate adapter.
|
| PredicateBinderSecond<T1,T2> |
Binary to unary predicate adapter.
|
| PredicateBinderSecondOfThree<T1,T2,T3> |
Ternary to binary predicate adapter.
|
| PredicateBinderThird<T1,T2,T3> |
Ternary to binary predicate adapter.
|
| PredicateIgnoreFirst<T1,T2> |
Unary to binary predicate adapter.
|
| PredicateIgnoreFirstOfThree<T1,T2,T3> |
Binary to ternary predicate adapter.
|
| PredicateIgnoreSecond<T1,T2> |
Unary to binary predicate adapter.
|
| PredicateIgnoreSecondOfThree<T1,T2,T3> |
Binary to ternary predicate adapter.
|
| PredicateIgnoreThird<T1,T2,T3> |
Binary to ternary predicate adapter.
|
| PredicateToDelegate<T> |
Adapts a predicate to a delegate with Boolean result type.
|
| PropositionIgnoreParameter<T> |
Adapts a proposition to a predicate.
|
| PropositionToProvider |
Adapts a proposition as a provider with Boolean result type.
|
| ProviderToProposition |
Adapts a provider with Boolean result type to a proposition.
|
| ProviderToRunnable |
Adapts a provider as a runnable.
|
| RunnableIgnoreParameter<T> |
Adapts a runnable as an action.
|
| RunnableToProvider |
Adapts a runnable to a provider.
|
| TernaryActionToTernaryDelegate<T1,T2,T3> |
Adapts a ternary action to a ternary delegate.
|
| TernaryDelegateToTernaryAction<R,T1,T2,T3> |
Adapts a ternary delegate to a ternary action.
|
| TernaryDelegateToTernaryPredicate<T1,T2,T3> |
Adapts a ternary delegate with Boolean result type to a ternary predicate.
|
| TernaryPredicateToTernaryDelegate<T1,T2,T3> |
Adapts a ternary predicate to a ternary delegate with Boolean result type.
|
Copyright © 2013. All Rights Reserved.