PromiseRead

dev.tauri.choam.async.PromiseRead
See thePromiseRead companion object
trait PromiseRead[F[_], A]

Attributes

Companion
object
Source
Promise.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Promise[F, A]
Self type
PromiseRead[F, A]

Members list

Value members

Abstract methods

def get: F[A]

Attributes

Source
Promise.scala
def map[B](f: A => B): PromiseRead[F, B]

Attributes

Source
Promise.scala
def mapK[G[_] : Monad](t: FunctionK[F, G]): PromiseRead[G, A]

Attributes

Source
Promise.scala
def toCats: DeferredSource[F, A]

Attributes

Source
Promise.scala
def tryGet: Axn[Option[A]]

Attributes

Source
Promise.scala