Module com.aoapps.html.any
Interface Action<E extends Element<?,?,E> & Action<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyFORM
public interface Action<E extends Element<?,?,E> & Action<E>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
action
- Throws:
IOException
-
action
default <Ex extends Throwable> E action(IOSupplierE<? extends String, Ex> action) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-