T1
- the first value typepublic final class Pattern1<T1> extends Object
Constructor and Description |
---|
Pattern1(Observable<T1> o1) |
Modifier and Type | Method and Description |
---|---|
<R> Plan<R> |
then(Function<? super T1,? extends R> selector)
Matches when all observable sequences have an available
element and projects the elements by invoking the selector function.
|
public Pattern1(Observable<T1> o1)
public <R> Plan<R> then(Function<? super T1,? extends R> selector)
R
- the result typeselector
- the function that will be invoked for elements in the source sequences.NullPointerException
- if selector is null