| Modifier and Type | Class and Description |
|---|---|
static class |
Union.A3<P1,P2,P3> |
static class |
Union.A4<P1,P2,P3,P4> |
static class |
Union.A5<P1,P2,P3,P4,P5> |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Union.A2<A,B> |
Union.$as(Object value,
Class<A> a,
Class<B> b)
Creates an union for provided value and list of known types.
|
| Modifier and Type | Method and Description |
|---|---|
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled) |
<TResult> PromiseLike<TResult> |
PromiseLike.then(Function.A1<? super T,? extends Union.A2<TResult,PromiseLike<TResult>>> onfulfilled,
Function.A1<? super Object,? extends Void> onrejected) |
Copyright © 2016. All rights reserved.