Return

final case class Return[A](a: A) extends RouteCmd[A]

Return an arbitrary value.

Return an arbitrary value.

trait Serializable
trait Product
trait Equals
class RouteCmd[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

@inline
final def <<[B](prev: RouteCmd[B]): RouteCmd[A]
Inherited from
RouteCmd
final def >>[B](next: RouteCmd[B]): RouteCmd[B]
Inherited from
RouteCmd
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product