Module com.aoapps.html.any
Interface Async<E extends Element<?,?,E> & Async<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnySCRIPT
public interface Async<E extends Element<?,?,E> & Async<E>>
See HTML async Attribute.
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptiondefault E
async
(boolean async) See HTML async Attribute.async
(IOSupplierE<? extends Boolean, Ex> async) See HTML async Attribute.default E
See HTML async Attribute.
-
Method Details
-
async
See HTML async Attribute.- Throws:
IOException
- Since:
- HTML 5
-
async
See HTML async Attribute.- Throws:
IOException
- Since:
- HTML 5
- See Also:
-
async
default <Ex extends Throwable> E async(IOSupplierE<? extends Boolean, Ex> async) throws IOException, ExSee HTML async Attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-