Module com.aoapps.html.any
Interface Minlength<E extends Element<?,?,E> & Minlength<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Password
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Url
,AnyTEXTAREA
public interface Minlength<E extends Element<?,?,E> & Minlength<E>>
- Since:
- HTML 5
- Author:
- AO Industries, Inc.
-
Method Details
-
minlength
- Throws:
IOException
- Since:
- HTML 5
-
minlength
- Throws:
IOException
- Since:
- HTML 5
-
minlength
default <Ex extends Throwable> E minlength(IOSupplierE<Integer, Ex> minlength) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- Since:
- HTML 5
- See Also:
-