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