Success

harness.endpoint.spec.NonBodyInputCodec$.Result$.Success
final case class Success[+A](value: A) extends Result[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Result[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def flatMap[B](f: A => Result[B]): Result[B]

Attributes

Inherited from:
Result
final def map[B](f: A => B): Result[B]

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product