toSync abstract method

Sync<T> toSync()

Unsafely converts this Resolvable to a Sync. Throws if it's an Async.

Implementation

Sync<T> toSync();