E
- element typepublic class ReactiveScalar<E> extends ScalarDelegate<E>
Scalar
type with RxJava 2.0 conversion methods.Modifier and Type | Method and Description |
---|---|
io.reactivex.Single<E> |
single()
Converts this Scalar computation to a single
Single . |
call, consume, toCompletableFuture, toCompletableFuture, toSupplier, value
@CheckReturnValue public io.reactivex.Single<E> single()
Single
.Single
for the result of this query.