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