| Package | Description |
|---|---|
| net.digitalid.utility.functional.failable |
Provides failable interfaces for functional programming.
|
| net.digitalid.utility.functional.interfaces |
Provides interfaces for functional programming.
|
| net.digitalid.utility.functional.iterables |
Provides iterables with functional methods.
|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| net.digitalid.utility.functional.nullable |
Provides utility classes for handling nullable objects.
|
| Class and Description |
|---|
| FailableBinaryFunction
This functional interface models a failable binary function that maps an object of type
INPUT0 and an object of type INPUT1 to an object of type OUTPUT. |
| FailableBinaryOperator
This functional interface models a failable binary operator that maps two objects of type
TYPE to another object of type TYPE. |
| FailableCollector
A failable collector consumes objects of type
INPUT and produces a result of type RESULT. |
| FailableConsumer
This functional interface models a failable method that consumes objects of type
INPUT without returning a result. |
| FailablePredicate
This functional interface models a failable predicate that evaluates whether an input of type
INPUT satisfies a condition. |
| FailableProducer
This functional interface models a failable method that produces objects of type
OUTPUT without requiring a parameter. |
| FailableUnaryFunction
This functional interface models a failable unary function that maps an object of type
INPUT to an object of type OUTPUT. |
| FailableUnaryOperator
This functional interface models a failable unary operator that maps an object of type
TYPE to another object of type TYPE. |
| Class and Description |
|---|
| FailableBinaryFunction
This functional interface models a failable binary function that maps an object of type
INPUT0 and an object of type INPUT1 to an object of type OUTPUT. |
| FailableBinaryOperator
This functional interface models a failable binary operator that maps two objects of type
TYPE to another object of type TYPE. |
| FailableCollector
A failable collector consumes objects of type
INPUT and produces a result of type RESULT. |
| FailableConsumer
This functional interface models a failable method that consumes objects of type
INPUT without returning a result. |
| FailablePredicate
This functional interface models a failable predicate that evaluates whether an input of type
INPUT satisfies a condition. |
| FailableProducer
This functional interface models a failable method that produces objects of type
OUTPUT without requiring a parameter. |
| FailableUnaryFunction
This functional interface models a failable unary function that maps an object of type
INPUT to an object of type OUTPUT. |
| FailableUnaryOperator
This functional interface models a failable unary operator that maps an object of type
TYPE to another object of type TYPE. |
| Class and Description |
|---|
| FailableBinaryOperator
This functional interface models a failable binary operator that maps two objects of type
TYPE to another object of type TYPE. |
| FailableCollector
A failable collector consumes objects of type
INPUT and produces a result of type RESULT. |
| FailableConsumer
This functional interface models a failable method that consumes objects of type
INPUT without returning a result. |
| FailablePredicate
This functional interface models a failable predicate that evaluates whether an input of type
INPUT satisfies a condition. |
| FailableUnaryFunction
This functional interface models a failable unary function that maps an object of type
INPUT to an object of type OUTPUT. |
| FailableUnaryOperator
This functional interface models a failable unary operator that maps an object of type
TYPE to another object of type TYPE. |
| Class and Description |
|---|
| FailablePredicate
This functional interface models a failable predicate that evaluates whether an input of type
INPUT satisfies a condition. |
| FailableProducer
This functional interface models a failable method that produces objects of type
OUTPUT without requiring a parameter. |
| FailableUnaryFunction
This functional interface models a failable unary function that maps an object of type
INPUT to an object of type OUTPUT. |
| FailableUnaryOperator
This functional interface models a failable unary operator that maps an object of type
TYPE to another object of type TYPE. |
| Class and Description |
|---|
| FailableBinaryFunction
This functional interface models a failable binary function that maps an object of type
INPUT0 and an object of type INPUT1 to an object of type OUTPUT. |
| FailableConsumer
This functional interface models a failable method that consumes objects of type
INPUT without returning a result. |
| FailablePredicate
This functional interface models a failable predicate that evaluates whether an input of type
INPUT satisfies a condition. |
| FailableUnaryFunction
This functional interface models a failable unary function that maps an object of type
INPUT to an object of type OUTPUT. |
Copyright © 2017. All rights reserved.