MapToSingleExtension<T> extension

Extends the Single class with the ability to convert the item to the same value.

on

Methods

mapTo<R>(R value) Single<R>
Emits the given constant value on the output Single when the source Single emits a value.