BottomOpt

kofre.base.BottomOpt
See theBottomOpt companion object
case class BottomOpt[A](maybeBottom: Option[Bottom[A]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def withBottom[R](inline block: (Bottom[A]) ?=> R): Option[R]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product