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