Interface | Description |
---|---|
Effect0 |
Created by mperry on 28/08/2014.
|
Effect1<A> |
Created by mperry on 28/08/2014.
|
Effect2<A,B> |
Created by mperry on 28/08/2014.
|
Effect3<A,B,C> |
Created by mperry on 28/08/2014.
|
Effect4<A,B,C,D> |
Created by mperry on 28/08/2014.
|
Effect5<A,B,C,D,E> |
Created by mperry on 28/08/2014.
|
Effect6<A,B,C,D,E,F> |
Created by mperry on 28/08/2014.
|
Effect7<A,B,C,D,E,F,G> |
Created by mperry on 28/08/2014.
|
Effect8<A,B,C,D,E,F,G,H> |
Created by mperry on 28/08/2014.
|
Try0<A,Z extends java.lang.Exception> |
A product of
A which may throw an Exception . |
Try1<A,B,Z extends java.lang.Exception> |
A transformation function from
A to B that may throw an Exception . |
Try2<A,B,C,Z extends java.lang.Exception> |
A transformation function of arity-2 from
A and B to C that may throw an Exception . |
Try3<A,B,C,D,Z extends java.lang.Exception> |
A transformation function of arity-3 from
A , B and C to D that may throw an Exception . |
Try4<A,B,C,D,E,Z extends java.lang.Exception> |
A transformation function of arity-4 from
A , B , C and D to E that may throw an Exception . |
Try5<A,B,C,D,E,F,Z extends java.lang.Exception> |
A transformation function of arity-5 from
A , B , C , D and E to F that may throw an Exception . |
Try6<A,B,C,D,E,F,G,Z extends java.lang.Exception> |
A transformation function of arity-6 from
A , B , C , D , E and F to G that may throw an Exception . |
Try7<A,B,C,D,E,F,G,H,Z extends java.lang.Exception> |
A transformation function of arity-7 from
A , B , C , D , E , F and G to H that may throw an Exception . |
Try8<A,B,C,D,E,F,G,H,I,Z extends java.lang.Exception> |
A transformation function of arity-8 from
A , B , C , D , E , F , G and H to I that may throw an Exception . |
TryEffect0<Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect1<A,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect2<A,B,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect3<A,B,C,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect4<A,B,C,D,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect5<A,B,C,D,E,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect6<A,B,C,D,E,F,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect7<A,B,C,D,E,F,G,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
TryEffect8<A,B,C,D,E,F,G,H,Z extends java.lang.Exception> |
Created by mperry on 28/08/2014.
|
Class | Description |
---|---|
BigIntegers |
Curried functions over Integers.
|
Booleans |
Curried logical functions.
|
Characters |
First-class functions on Characters.
|
Doubles |
Curried functions over Doubles.
|
Integers |
Curried functions over Integers.
|
Longs |
Curried functions over Longs.
|
Strings |
Curried string functions.
|
Visitor |
The essence of the visitor design pattern expressed polymorphically.
|