-
Notifications
You must be signed in to change notification settings - Fork 0
Functional Idiom Extensions
Ciaran O'Reilly edited this page Jun 3, 2015
·
2 revisions
Originally, AIC-Util had its own Function and Predicate definitions. However, as these overlapped with Guava's functional idioms, it was decided to use these instead in order to improve interoperability between the libraries.
In addition to Guava's Function and Predicate definitions, AIC-Util adds the following:
Of Functions and Predicates that take 0 or more than 1 argument:
- Nullary, Binary, and Ternary Function definitions.
- A Binary Predicate definition.
Binary and Ternary procedure definitions have also been declared. Similar to Functions in intended usage except that they do not return a value and can have side effects.