public class F extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
F.Action<T> |
static interface |
F.Action0 |
static class |
F.ArchivedEventStream<T> |
static class |
F.BlockingEventStream<T> |
static class |
F.E2<A,B> |
static class |
F.E3<A,B,C> |
static class |
F.E4<A,B,C,D> |
static class |
F.E5<A,B,C,D,E> |
static class |
F.Either<A,B> |
static class |
F.EventStream<T> |
static interface |
F.Function0<R>
A Function with no arguments.
|
static class |
F.IndexedEvent<M> |
static class |
F.Matcher<T,R> |
static class |
F.None<T> |
static class |
F.Option<T> |
static class |
F.Promise<V> |
static class |
F.Some<T> |
static class |
F.T2<A,B> |
static class |
F.T3<A,B,C> |
static class |
F.T4<A,B,C,D> |
static class |
F.T5<A,B,C,D,E> |
static class |
F.Timeout |
static class |
F.Tuple<A,B> |
Constructor and Description |
---|
F() |
Modifier and Type | Method and Description |
---|---|
static <A> F.Some<A> |
Some(A a) |
static <A,B> F.T2<A,B> |
T2(A a,
B b) |
static <A,B,C> F.T3<A,B,C> |
T3(A a,
B b,
C c) |
static <A,B,C,D> F.T4<A,B,C,D> |
T4(A a,
B b,
C c,
D d) |
static <A,B,C,D,E> |
T5(A a,
B b,
C c,
D d,
E e) |
static F.Timeout |
Timeout(long delay) |
static F.Timeout |
Timeout(String delay) |
static F.Timeout |
Timeout(String token,
long delay) |
static F.Timeout |
Timeout(String token,
String delay) |
static <A,B> F.Tuple<A,B> |
Tuple(A a,
B b) |
public static F.Timeout Timeout(long delay)
public static <A> F.Some<A> Some(A a)
public static <A,B> F.Tuple<A,B> Tuple(A a, B b)
public static <A,B> F.T2<A,B> T2(A a, B b)
public static <A,B,C> F.T3<A,B,C> T3(A a, B b, C c)
public static <A,B,C,D> F.T4<A,B,C,D> T4(A a, B b, C c, D d)
public static <A,B,C,D,E> F.T5<A,B,C,D,E> T5(A a, B b, C c, D d, E e)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly