java.lang
.See: Description
Interface | Description |
---|---|
UCloseableResource |
TLDR; IMPLEMENT
void $close() throws Throwable USING A LAMBDA; INVOKE void close() . |
UIterable<T> |
TLDR; IMPLEMENT
java.util.Iterator<T> $iterator() throws Throwable USING A LAMBDA; INVOKE java.util.Iterator<T> iterator() . |
URunnable |
TLDR; IMPLEMENT
void $run() throws Throwable USING A LAMBDA; INVOKE void run() . |
java.lang
.