Maybe

com.phasmidsoftware.util.Maybe
See theMaybe companion trait
object Maybe

Companion object to Maybe

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Maybe.type

Members list

Value members

Concrete methods

def and(x: Option[Boolean], y: => Option[Boolean]): Option[Boolean]
def or(x: Option[Boolean], y: => Option[Boolean]): Option[Boolean]