Success

oxygen.ui.web.PageCodec.ParseResult.Success
final case class Success[+A](value: A) extends ParseResult[A]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
ParseResult
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product