Uses of Interface
de.treestack.throwing.BiPredicate
-
Uses of BiPredicate in de.treestack.throwing
Methods in de.treestack.throwing with parameters of type BiPredicateModifier and TypeMethodDescriptionstatic <T1,T2> BiPredicate <T1, T2> BiPredicate.unchecked(BiPredicate<? super T1, ? super T2, ?> function) Wraps a function that may throw an exception into a function that will throw a RuntimeException if the original function throws an exception.