| Class | Description |
|---|---|
| BinaryIdentity<T1,T2> |
Returns both formal parameters (in a pair) passed to the delegate.
|
| BinaryToUnaryAction<T1,T2> |
Adapts a binary action to an action handling pairs.
|
| BinaryToUnaryDelegate<R,T1,T2> |
Adapts a binary delegate to a delegate handling pairs.
|
| BinaryToUnaryPredicate<T1,T2> |
Adapts a binary predicate to a predicate handling pairs.
|
| FlipPair<T1,T2> | |
| FlipTriple<T1,T2,T3> | |
| FmapPair<R1,R2,T1,T2> |
Performs fmap on a pair.
|
| FmapTriple<R1,R2,R3,T1,T2,T3> |
Performs fmap on a triple.
|
| Pair<T1,T2> |
Two things.
|
| PairFirst<T1,T2> |
Fetches the first element out of a pair.
|
| PairSecond<T1,T2> |
Fetches the second element out of a pair.
|
| TernaryIdentity<T1,T2,T3> |
Returns the three formal parameters (in a triple) passed to the delegate.
|
| TernaryToUnaryAction<T1,T2,T3> |
Adapts a ternary action handling triples to an action handling triples.
|
| TernaryToUnaryDelegate<R,T1,T2,T3> |
Adapts a ternary delegate handling triples to a delegate handling triples.
|
| TernaryToUnaryPredicate<T1,T2,T3> |
Adapts a ternary predicate handling triples to a predicate handling triples.
|
| Triple<T1,T2,T3> |
a Pair + 1 at the same price
|
| TripleFirst<T1,T2,T3> |
Fetches the first element out of a triple.
|
| TripleRotateLeft<T1,T2,T3> | |
| TripleRotateRight<T1,T2,T3> | |
| TripleSecond<T1,T2,T3> |
Fetches the second element out of a triple.
|
| TripleThird<T1,T2,T3> |
Fetches the third element out of a triple.
|
| UnaryToBinaryAction<T1,T2> |
Adapts a unary action handling pairs to a binary action.
|
| UnaryToBinaryDelegate<R,T1,T2> |
Adapts a unary delegate handling pairs to a binary delegate.
|
| UnaryToBinaryPredicate<T1,T2> |
Adapts a unary predicate handling pairs to a binary predicate.
|
| UnaryToTernaryAction<T1,T2,T3> |
Adapts a unary action handling triples to a ternary action.
|
| UnaryToTernaryDelegate<R,T1,T2,T3> |
Adapts a unary delegate handling triples to a ternary delegate.
|
| UnaryToTernaryPredicate<T1,T2,T3> |
Adapts a unary predicate handling triples to a ternary predicate.
|
Copyright © 2012. All Rights Reserved.