trait CallableFunction extends scala.scalajs.js.Function
- Annotations
- @JSType() @native()
- Source
- CallableFunction.scala
- Alphabetic
- By Inheritance
- CallableFunction
- Function
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def apply[T, A, R](thisArg: T, args: A): R
- Annotations
- @JSName("apply")
- def apply[T, R](thisArg: T): R
Calls the function with the specified object as the this value and the elements of specified array as the arguments.
Calls the function with the specified object as the this value and the elements of specified array as the arguments.
- thisArg
The object to be used as the this object.
- Annotations
- @JSName("apply")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bind[T, A0, A1, A2, A3, A, R](thisArg: T, arg0: A0, arg1: A1, arg2: A2, arg3: A3): Function1[A, R]
- def bind[T, A0, A1, A2, A, R](thisArg: T, arg0: A0, arg1: A1, arg2: A2): Function1[A, R]
- def bind[T, A0, A1, A, R](thisArg: T, arg0: A0, arg1: A1): Function1[A, R]
- def bind[T, A0, A, R](thisArg: T, arg0: A0): Function1[A, R]
- def bind[T, AX, R](thisArg: T, args: AX*): Function1[AX, R]
- def bind[T](thisArg: ThisParameterType[T]): OmitThisParameter[T]
For a given function, creates a bound function that has the same body as the original function.
For a given function, creates a bound function that has the same body as the original function. The this object of the bound function is associated with the specified object, and has the specified initial parameters.
- thisArg
The object to be used as the this object.
- def bind(thisArg: Any, argArray: Any*): Dynamic
- Definition Classes
- Function
- def call[T, A, R](thisArg: T, args: A): R
Calls the function with the specified object as the this value and the specified rest arguments as the arguments.
Calls the function with the specified object as the this value and the specified rest arguments as the arguments.
- thisArg
The object to be used as the this object.
- args
Argument values to be passed to the function.
- def call(thisArg: Any, argArray: Any*): Dynamic
- Definition Classes
- Function
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- val length: Int
- Definition Classes
- Function
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated