FunctionalInterface types.See: Description
| Interface | Description |
|---|---|
| Seq<T> |
A sequential, ordered
Stream that adds all sorts of useful methods that work only because
it is sequential and ordered. |
| Class | Description |
|---|---|
| SQL |
Simplifications for the JDBC APIs when used with Java 8.
|
| Unchecked |
Improved interoperability between checked exceptions and Java 8.
|
| Exception | Description |
|---|---|
| UncheckedException |
A generic unchecked exception that wraps checked exceptions thrown from lambdas passed
to any of
Unchecked's methods. |
FunctionalInterface types.Copyright © 2015. All Rights Reserved.