Module com.aoapps.html.any
Package com.aoapps.html.any
Interface Suppliers.String<Ex extends Throwable>
- Type Parameters:
Ex- An arbitrary exception type that may be thrown
- All Superinterfaces:
IOSupplierE<String,Ex>
- Enclosing class:
Suppliers
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Suppliers.String<Ex extends Throwable>
extends IOSupplierE<String,Ex>
Variant bounded by
String, since can't have multiple methods with different bounds due to erasure.-
Method Summary
-
Method Details
-
get
- Specified by:
getin interfaceIOSupplierE<String,Ex extends Throwable> - Returns:
- The attribute value,
Attributes.NO_VALUE(by identity, not value) for an empty attribute,nullfor no attribute. - Throws:
IOExceptionEx
-
