Uses of Interface
org.osgi.test.common.exceptions.BiPredicateWithException
Packages that use BiPredicateWithException
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 BiPredicateWithException in org.osgi.test.common.exceptions
Methods in org.osgi.test.common.exceptions with parameters of type BiPredicateWithExceptionModifier and TypeMethodDescriptionstatic <T,U> BiPredicate<T, U> BiPredicateWithException.asBiPredicate(BiPredicateWithException<T, U> unchecked) static <T,U> BiPredicate<T, U> BiPredicateWithException.asBiPredicateOrElse(BiPredicateWithException<T, U> unchecked, boolean orElse) static <T,U> BiPredicate<T, U> BiPredicateWithException.asBiPredicateOrElseGet(BiPredicateWithException<T, U> unchecked, BooleanSupplier orElseGet)