class InvertibleUnary extends Unary with Invertible
- Alphabetic
- By Inheritance
- InvertibleUnary
- Invertible
- Unary
- SemanticOperator
- SemanticObject
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new InvertibleUnary(f: SemanticType, t: SemanticType, m: (Any) ⇒ Any, imap: (Any) ⇒ Option[Any])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
alsoHasType(t: SemOpType): Unit
- Attributes
- protected
- Definition Classes
- SemanticOperator
-
def
apply(x: List[Any]): Any
the implementation of the operator pre: args.length == arity
the implementation of the operator pre: args.length == arity
- Definition Classes
- Unary → SemanticOperator
-
lazy val
arity: Int
- Definition Classes
- SemanticOperator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compose(that: Unary): Unary
diagram-order composition
diagram-order composition
- Definition Classes
- Unary
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
from: SemanticType
- Definition Classes
- Unary
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getTypes: List[SemOpType]
- Definition Classes
- SemanticOperator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imap: (Any) ⇒ Option[Any]
-
def
init: Unit
basic type checking
basic type checking
- Definition Classes
- SemanticOperator → SemanticObject
-
def
invert(args: List[UnapplyArg], res: Any): Option[Boolean]
the implementation of the inverse
the implementation of the inverse
- args
arguments of the function (known or unknown)
- returns
true if result == this(args) can be uniquely solved, and all unknown arguments were filled in; false if there is no solution; None if inconclusive pre: args.length == arity
- Definition Classes
- InvertibleUnary → Invertible
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
map: (Any) ⇒ Any
- Definition Classes
- Unary
-
lazy val
mpath: MPath
the MMT URI of this object, derived from its Scala name: scala://package?name
the MMT URI of this object, derived from its Scala name: scala://package?name
- Definition Classes
- SemanticObject
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
val
to: SemanticType
- Definition Classes
- Unary
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
tp: SemOpType
- Definition Classes
- SemanticOperator
-
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
- @throws( ... ) @native()