| Interface | Description |
|---|---|
| Func<R,P> |
Interface for a function with a single parameter
|
| Func2<R,P1,P2> |
Interface for a function with two parameters
|
| Predicate<T> |
Predicate is a function of which can return either
true or false |
| Promise<R> |
Nullary function.
|
| Provider<R> |
Nullary function.
|
| Class | Description |
|---|---|
| Function2<R,P1,P2> |
Simple implementation of two-argument function with an implementation of partial application
|
| Predicates |
Useful predicates
|
| Procedure<T> |
Function of one parameter without result.
|
Copyright © 2018. All rights reserved.