Uses of Interface
io.hotmoka.exceptions.functions.PredicateWithExceptions1
Packages that use PredicateWithExceptions1
-
Uses of PredicateWithExceptions1 in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type PredicateWithExceptions1Modifier and TypeMethodDescriptionUncheckPredicate.uncheck(Class<E> exception, PredicateWithExceptions1<? super T, E> wrapped) Transforms a predicate with exceptions into a predicate without checked exceptions.