AsyncGeneratorFunction

@native @JSType trait AsyncGeneratorFunction extends StObject with Instantiable1[Any, AsyncGenerator[Any, Any, Any]]
trait Instantiable1[Any, AsyncGenerator[Any, Any, Any]]
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(args: Any*): AsyncGenerator[Any, Any, Any]

Creates a new AsyncGenerator object.

Creates a new AsyncGenerator object.

Value Params
args

A list of arguments the function accepts.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val length: Double

The length of the arguments.

The length of the arguments.

val name: String

Returns the name of the function.

Returns the name of the function.