Package | Description |
---|---|
reactor.fn.tuple |
Tuples provide a type-safe way to specify multiple parameters.
|
reactor.rx |
Streams are reactive components derived from Reactive Extensions and implementing Reactive Streams specification.
|
Modifier and Type | Method and Description |
---|---|
static TupleN |
Tuple.of(List<?> list)
Create a
TupleN with the given object. |
static TupleN |
Tuple.of(Object[] list)
Create a
TupleN with the given object. |
Modifier and Type | Method and Description |
---|---|
<V> Stream<V> |
Stream.zip(Function<TupleN,? extends V> zipper)
|
Copyright © 2017. All rights reserved.