Uses of Interface
elemental2.dom.Cache.AddAllRequestsArrayUnionType
-
-
Uses of Cache.AddAllRequestsArrayUnionType in elemental2.dom
Methods in elemental2.dom that return Cache.AddAllRequestsArrayUnionType Modifier and Type Method Description static Cache.AddAllRequestsArrayUnionType
Cache.AddAllRequestsArrayUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type Cache.AddAllRequestsArrayUnionType Modifier and Type Method Description default elemental2.promise.Promise<java.lang.Void>
Cache. addAll(Cache.AddAllRequestsArrayUnionType[] requests)
Method parameters in elemental2.dom with type arguments of type Cache.AddAllRequestsArrayUnionType Modifier and Type Method Description elemental2.promise.Promise<java.lang.Void>
Cache. addAll(elemental2.core.JsArray<Cache.AddAllRequestsArrayUnionType> requests)
-