Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 277 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 277 Bytes

java8

build

gradle clean build

run tests:

gradle clean test --info

To-do list

  • FunctionalInterfaces
    • Function
    • Consumer
    • Predicate
    • Supplier
    • BiFunction
    • BiConsumer
    • BiPredicate