object BuiltIn
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BuiltIn
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed abstract
class
InfixOperator extends PrimitiveOperator
Marker "interface" that makes applications of this operator be printed as "$operand1 $name $operand2" instead of "$name($operand1, $operand2)"
-
sealed abstract
class
PrefixOperator extends PrimitiveOperator
Marker "interface" that makes applications of this operator be printed as "$name $operand" instead of "$name($operand)"
- sealed abstract class PrimitiveOperator extends BuiltIn
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def builtIns: Map[String, BuiltIn]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Add extends InfixOperator with Product with Serializable
- object And extends InfixOperator with Product with Serializable
- object BitAnd extends InfixOperator with Product with Serializable
- object BitFlip extends PrefixOperator with Product with Serializable
- object BitOr extends InfixOperator with Product with Serializable
- object BitXor extends InfixOperator with Product with Serializable
- object Const extends BuiltIn with Product with Serializable
- object CtfGetInt extends PrimitiveOperator with Product with Serializable
- object CtfGetString extends PrimitiveOperator with Product with Serializable
- object Default extends BuiltIn with Product with Serializable
- object DefaultFrom extends BuiltIn with Product with Serializable
- object Delay extends BuiltIn with Product with Serializable
- object DelayedLast extends BuiltIn with Product with Serializable
- object Div extends InfixOperator with Product with Serializable
- object Eq extends InfixOperator with Product with Serializable
-
object
First extends PrimitiveOperator with Product with Serializable
Take a variable amount of arguments and return the first one
- object GetSome extends PrimitiveOperator with Product with Serializable
- object Gt extends InfixOperator with Product with Serializable
- object Gte extends InfixOperator with Product with Serializable
- object IfThen extends PrimitiveOperator with Product with Serializable
- object IfThenElse extends PrimitiveOperator with Product with Serializable
- object IsNone extends PrimitiveOperator with Product with Serializable
- object Last extends BuiltIn with Product with Serializable
- object LeftShift extends InfixOperator with Product with Serializable
- object Lift extends BuiltIn with Product with Serializable
- object Lift3 extends BuiltIn with Product with Serializable
- object ListAppend extends PrimitiveOperator with Product with Serializable
- object ListEmpty extends PrimitiveOperator with Product with Serializable
- object ListFold extends PrimitiveOperator with Product with Serializable
- object ListHead extends PrimitiveOperator with Product with Serializable
- object ListInit extends PrimitiveOperator with Product with Serializable
- object ListLast extends PrimitiveOperator with Product with Serializable
- object ListPrepend extends PrimitiveOperator with Product with Serializable
- object ListSize extends PrimitiveOperator with Product with Serializable
- object ListTail extends PrimitiveOperator with Product with Serializable
- object Lt extends InfixOperator with Product with Serializable
- object Lte extends InfixOperator with Product with Serializable
- object MapAdd extends PrimitiveOperator with Product with Serializable
- object MapContains extends PrimitiveOperator with Product with Serializable
- object MapEmpty extends PrimitiveOperator with Product with Serializable
- object MapGet extends PrimitiveOperator with Product with Serializable
- object MapRemove extends PrimitiveOperator with Product with Serializable
- object MapSize extends PrimitiveOperator with Product with Serializable
- object Merge extends BuiltIn with Product with Serializable
- object Mul extends InfixOperator with Product with Serializable
- object Negate extends PrefixOperator with Product with Serializable
- object Neq extends InfixOperator with Product with Serializable
- object Nil extends BuiltIn with Product with Serializable
- object None extends PrimitiveOperator with Product with Serializable
- object Not extends PrefixOperator with Product with Serializable
- object Or extends InfixOperator with Product with Serializable
- object RightShift extends InfixOperator with Product with Serializable
- object SetAdd extends PrimitiveOperator with Product with Serializable
- object SetContains extends PrimitiveOperator with Product with Serializable
- object SetEmpty extends PrimitiveOperator with Product with Serializable
- object SetFold extends PrimitiveOperator with Product with Serializable
- object SetIntersection extends PrimitiveOperator with Product with Serializable
- object SetRemove extends PrimitiveOperator with Product with Serializable
- object SetSize extends PrimitiveOperator with Product with Serializable
- object SetUnion extends PrimitiveOperator with Product with Serializable
- object Some extends PrimitiveOperator with Product with Serializable
- object StdLibCount extends BuiltIn with Product with Serializable
- object Sub extends InfixOperator with Product with Serializable
- object TesslaInfo extends BuiltIn with Product with Serializable
- object Time extends BuiltIn with Product with Serializable