sdk-common / com.tomtom.online.sdk.common.rx / Singles / from

from

fun <T> from(supplier: () -> Try<T>): Single<T>

Creates Single from the provided Try supplier.

Parameters

supplier - The Try supplier.

Return
Try wrapped with Single.