object Unknown extends Answer with Product with Serializable
Represents the answer to a question where the answer is either Unknown
or is actually both; that is, Yes and No.
- Alphabetic
- By Inheritance
- Unknown
- Serializable
- Serializable
- Product
- Equals
- Answer
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
&&(other: Answer): Answer
The logical conjunction of this answer and the given answer.
-
final
def
&&(other: Boolean): Answer
- Definition Classes
- Answer
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
ifUnknown(f: ⇒ Answer): Answer
If this answer is unknown the given function is evaluated and that result is returned, otherwise
thisanswer is returned. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNo: Boolean
Returns
trueif and only if this answer isNo. -
final
def
isNoOrUnknown: Boolean
Returns
trueif this answer isNoorUnknown,falseotherwise.Returns
trueif this answer isNoorUnknown,falseotherwise.- Definition Classes
- Answer
-
def
isNotNo: Boolean
Returns
trueif this answer isYesorUnknown,falseotherwise. -
def
isNotYes: Boolean
Returns
trueif this answer isNoorUnknown,falseotherwise. -
def
isUnknown: Boolean
Returns
trueif and only if this answer isUnknown. -
def
isYes: Boolean
Returns
trueif and only if this answer isYes. -
def
isYesOrNo: Boolean
Returns
trueif this answer is eitherYesorNo; false if this answer isUnknown. -
final
def
isYesOrUnknown: Boolean
Returns
trueif this answer isYesorUnknown,falseotherwise.Returns
trueif this answer isYesorUnknown,falseotherwise.- Definition Classes
- Answer
-
def
join(other: Answer): Unknown.type
Joins this answer and the given answer.
Joins this answer and the given answer. In this case
Unknownwill represent the case that we have both answers; that is we have a set based view w.r.t.Answers. Hence,this join Unknownis considered asthis join {Yes, No}where the set{Yes, No}is represented byUnknown.If the other
Answeris identical tothisanswerthisis returned, otherwiseUnknownis returned. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
negate: Unknown.type
The negation of this
Answer. -
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
unary_!: Answer
- Definition Classes
- Answer
- See also
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
||(other: Answer): Answer
The logical disjunction of this answer and the given answer.
-
final
def
||(other: Boolean): Answer
- Definition Classes
- Answer