Module com.aoapps.html.any
Interface Checked<E extends Element<?,?,E> & Checked<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Checkbox
,AnyINPUT.Dynamic
,AnyINPUT.Radio
public interface Checked<E extends Element<?,?,E> & Checked<E>>
- Author:
- AO Industries, Inc.
-
Method Details
-
checked
- Throws:
IOException
-
checked
- Throws:
IOException
- See Also:
-
checked
default <Ex extends Throwable> E checked(IOSupplierE<? extends Boolean, Ex> checked) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-