Promise

besom.internal.Promise
See thePromise companion object
trait Promise[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fulfill(a: A): Result[Unit]
def get: Result[A]

Concrete methods

def fulfillAny(a: Any): Result[Unit]