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 Easync(boolean async) See HTML async Attribute.async(IOSupplierE<Boolean, Ex> async) See HTML async Attribute.default ESee 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
See HTML async Attribute.- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
- See Also:
-
