object promisify
- Source
- utilMod.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- promisify
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val ^: Any
- Annotations
- @JSImport("util", "promisify") @native()
- def apply[T1, T2, T3, T4, T5](fn: Function6[T1, T2, T3, T4, T5, Function1[UndefOr[Any], Unit], Unit]): Function5[T1, T2, T3, T4, T5, Promise[Unit]]
- Annotations
- @inline()
- def apply[T1, T2, T3, T4](fn: Function5[T1, T2, T3, T4, Function1[UndefOr[Any], Unit], Unit]): Function4[T1, T2, T3, T4, Promise[Unit]]
- Annotations
- @inline()
- def apply[T1, T2, T3](fn: Function4[T1, T2, T3, Function1[UndefOr[Any], Unit], Unit]): Function3[T1, T2, T3, Promise[Unit]]
- Annotations
- @inline()
- def apply[T1, T2](fn: Function3[T1, T2, Function1[UndefOr[Any], Unit], Unit]): Function2[T1, T2, Promise[Unit]]
- Annotations
- @inline()
- def apply[T1](fn: Function2[T1, Function1[UndefOr[Any], Unit], Unit]): Function1[T1, Promise[Unit]]
- Annotations
- @inline()
- def apply[TCustom](fn: CustomPromisify[TCustom]): TCustom
- Annotations
- @inline()
- def apply(fn: Function1[Function1[UndefOr[Any], Unit], Unit]): Function0[Promise[Unit]]
- Annotations
- @inline()
- def apply(fn: Function): Function
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val custom: Symbol
- Annotations
- @JSImport("util", "promisify.custom") @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- 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