Pending

com.raquo.airstream.status.Pending
case class Pending[+In](input: In) extends Status[In, Nothing]

Waiting for output for the latest input event.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Status[In, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def fold[A](resolved: Resolved[In, Nothing] => A, pending: Pending[In] => A): A

Attributes

Definition Classes
override def isResolved: Boolean

Attributes

Definition Classes
override def mapInput[In2](project: In => In2): Status[In2, Nothing]

Attributes

Definition Classes
override def mapOutput[Out2](project: Nothing => Out2): Pending[In]

Attributes

Definition Classes

Inherited methods

def isPending: Boolean

Attributes

Inherited from:
Status
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product