Module life.expert

Package life.expert.common.function

 contains functional interfaces missing in other functional libraries, for example, you can
 1) wrap the method that causes the checked exception with lambda
 2) convert the lambda with a checked exception into a lambda that returns an unchecked exception or bool or Try or Mono