Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException

Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException
Package
Description
 
  • Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException in it.tidalwave.util

    Methods in it.tidalwave.util with parameters of type it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException in in
    Modifier and Type
    Method
    Description
    static <T> Predicate<T>
    FunctionalCheckedExceptionWrappers._p(it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException<? super T> predicate)
    A wrapper for a Predicate that catches exceptions and wraps them into RuntimeExceptions.