Right

fm.lazyseq.LazySeq$.Right
final case class Right[R](right: R) extends EitherOrBoth[Nothing, R]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class EitherOrBoth[Nothing, R]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def leftOption: Option[Nothing]
def rightOption: Option[R]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product