Scalax
|
|
scalax/data/Absent.scala
]
case
object
Absent
extends
Tristate[Nothing, Nothing] with
scala.ProductMethod Summary | |
def
|
negFlatmap [A, B](f : (Nothing) => Bistate[A, B]) : Absent |
def
|
negMap [A](f : (Nothing) => A) : Absent |
def
|
negValue : scala.None |
def
|
posFlatmap [A, B](f : (Nothing) => Bistate[A, B]) : Absent |
def
|
posMap [A](f : (Nothing) => A) : Absent |
def
|
posValue : scala.None |
override def
|
productArity : Int |
override def
|
productElement (arg0 : Int) : Any |
override def
|
productPrefix : java.lang.String |
protected def
|
readResolve : AnyRef |
override final def
|
toString
: java.lang.String
Returns a string representation of the object.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
posValue : scala.None
def
negValue : scala.None
override final
def
toString : java.lang.String
The default representation is platform dependent.
override
def
productPrefix : java.lang.String
override
def
productArity : Int
protected
def
readResolve : AnyRef
Scalax
|
|