PromiseRead

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Promise[F, A]
Self type

Members list

Concise view

Value members

Abstract methods

def get: F[A]
def map[B](f: A => B): PromiseRead[F, B]
def mapK[G[_] : Monad](t: FunctionK[F, G]): PromiseRead[G, A]
def tryGet: Axn[Option[A]]