Packages

t

fs2.internal.jsdeps.std

NewableFunction

trait NewableFunction extends scala.scalajs.js.Function

Annotations
@JSType() @native()
Source
NewableFunction.scala
Linear Supertypes
scala.scalajs.js.Function, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewableFunction
  2. Function
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T, A](thisArg: T, args: A): Unit
    Annotations
    @JSName("apply")
  5. def apply[T](thisArg: T): Unit

    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")
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bind[A0, A1, A2, A3, A, R](thisArg: Any, arg0: A0, arg1: A1, arg2: A2, arg3: A3): Instantiable1[A, R]
  8. def bind[A0, A1, A2, A, R](thisArg: Any, arg0: A0, arg1: A1, arg2: A2): Instantiable1[A, R]
  9. def bind[A0, A1, A, R](thisArg: Any, arg0: A0, arg1: A1): Instantiable1[A, R]
  10. def bind[A0, A, R](thisArg: Any, arg0: A0): Instantiable1[A, R]
  11. def bind[AX, R](thisArg: Any, args: AX*): Instantiable1[AX, R]
  12. def bind[T](thisArg: Any): 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.

  13. def bind(thisArg: Any, argArray: Any*): Dynamic
    Definition Classes
    Function
  14. def call[T, A](thisArg: T, args: A): Unit

    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.

  15. def call(thisArg: Any, argArray: Any*): Dynamic
    Definition Classes
    Function
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  17. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  23. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  24. val length: Int
    Definition Classes
    Function
  25. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  31. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  32. def valueOf(): Any
    Definition Classes
    Object
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from scala.scalajs.js.Function

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped