Uses of Interface
io.hotmoka.exceptions.functions.PredicateWithExceptions2
Packages that use PredicateWithExceptions2
-
Uses of PredicateWithExceptions2 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type PredicateWithExceptions2Modifier and TypeMethodDescriptionUncheckPredicate.uncheck(Class<E1> exception1, Class<E2> exception2, PredicateWithExceptions2<? super T, E1, E2> wrapped) Transforms a predicate with exceptions into a predicate without checked exceptions.