Uses of Interface
io.hotmoka.exceptions.functions.PredicateWithExceptions
Packages that use PredicateWithExceptions
-
Uses of PredicateWithExceptions in io.hotmoka.exceptions
Methods in io.hotmoka.exceptions with parameters of type PredicateWithExceptionsModifier and TypeMethodDescriptionstatic <T> Predicate<T> UncheckPredicate.uncheck(PredicateWithExceptions<? super T> wrapped) Transforms a predicate with exceptions into a predicate without checked exceptions.