Module com.aoapps.html.any
Interface Wrap<E extends Element<?,?,E> & Wrap<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Type Parameters:
E
- This element typeV
- This enum type to use for this attribute
- All Known Implementing Classes:
AnyTEXTAREA
public interface Wrap<E extends Element<?,?,E> & Wrap<E,V>,V extends Enum<V> & Function<? super AnyDocument<?>,String>>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
static final class
Utility class for working withWrap
. -
Method Summary
Modifier and TypeMethodDescriptionwrap
(Suppliers.String<Ex> wrap) wrap
(IOSupplierE<? extends V, Ex> wrap) default E
default E
-
Method Details
-
wrap
- Throws:
IOException
-
wrap
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-
wrap
- Throws:
IOException
- See Also:
-
wrap
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-