/java-functions

A set of utility functions to manipulate Java 8 method references

Primary LanguageJavaMIT LicenseMIT

java-functions

A set of utility functions to manipulate Java 8 method references

Example

students.forEach(Functions.bind2(Person::setGraduated, true));

Links

License

MIT