Success

harness.http.server.RouteMatcher$.Result$.Success
final case class Success[+O](remainingPath: List[String], value: O) extends Result[O]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[O]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def flatMap[O2](f: (List[String], O) => Result[O2]): Result[O2]

Attributes

Inherited from:
Result
final def map[O2](f: O => O2): Result[O2]

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product