public class Nothing extends java.lang.Object implements OperableValue<Nothing>
| Modifier and Type | Method and Description |
|---|---|
Nothing |
divide(Nothing other) |
Truth |
equals(Nothing other) |
java.lang.String |
getType() |
Nothing |
minus(Nothing other) |
Nothing |
mod(Nothing other) |
Nothing |
negative() |
Nothing |
plus(Nothing other) |
Nothing |
times(Nothing other) |
java.lang.Void |
toNativeObject() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertIs, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, pow, rangeTo, root, unsupportedpublic static Nothing VALUE
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Void toNativeObject()
toNativeObject in interface Valuepublic Nothing plus(Nothing other)
plus in interface OperableValue<Nothing>public Nothing minus(Nothing other)
minus in interface OperableValue<Nothing>public Nothing times(Nothing other)
times in interface OperableValue<Nothing>public Nothing divide(Nothing other)
divide in interface OperableValue<Nothing>public Nothing mod(Nothing other)
mod in interface OperableValue<Nothing>public Nothing negative()
negative in interface OperableValue<Nothing>public Truth equals(Nothing other)
equals in interface OperableValue<Nothing>