Uses of Interface
org.osgi.test.common.exceptions.PredicateWithException
Packages that use PredicateWithException
Package
Description
Copyright (c) Contributors to the Eclipse Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of PredicateWithException in org.osgi.test.common.exceptions
Methods in org.osgi.test.common.exceptions with parameters of type PredicateWithExceptionModifier and TypeMethodDescriptionstatic <T> Predicate<T>PredicateWithException.asPredicate(PredicateWithException<T> unchecked) static <T> Predicate<T>PredicateWithException.asPredicateOrElse(PredicateWithException<T> unchecked, boolean orElse) static <T> Predicate<T>PredicateWithException.asPredicateOrElseGet(PredicateWithException<T> unchecked, BooleanSupplier orElseGet)