OptRef

ostrat.OptRef
final case class OptRef[+A <: AnyRef](value: A) extends AnyVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def fld[B](noneValue: => B, f: A => B): B
def fold[B](noneValue: => B)(f: A => B): B
def foldDo(noneDo: => Unit)(f: A => Unit): Unit
def foreach(f: A => Unit): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product