Module com.aoapps.html.any
Interface Accept<E extends Element<?,?,E> & Accept<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.File
public interface Accept<E extends Element<?,?,E> & Accept<E>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(TextWritable<Ex> accept) accept
(IOSupplierE<?, Ex> accept) default E
-
Method Details
-
accept
- Throws:
IOException
-
accept
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
accept
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-