Ready

gopher.impl.Expirable$.Capture$.Ready
final case class Ready[+A](value: A)

Attributes

Source:
Expirable.scala

Members list

Concise view

Value members

Inherited methods

def foreach(f: A => Unit): Unit

Attributes

Inherited from:
Capture
Source:
Expirable.scala
def map[B](f: A => B): Capture[B]

Attributes

Inherited from:
Capture
Source:
Expirable.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product