| Interface | Description |
|---|---|
| CheckedFunction<T,R,E extends java.lang.Exception> |
A
Function-like interface which allows throwing checked exceptions. |
| Class | Description |
|---|---|
| Booleans | |
| Glob |
Utility class for glob-like matching
|
| Annotation Type | Description |
|---|---|
| Nullable |
The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter. |
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|