Uses of Interface
org.osgi.test.common.exceptions.BiFunctionWithException
Packages that use BiFunctionWithException
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 BiFunctionWithException in org.osgi.test.common.exceptions
Methods in org.osgi.test.common.exceptions with parameters of type BiFunctionWithExceptionModifier and TypeMethodDescriptionstatic <T,U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunction(BiFunctionWithException<T, U, R> unchecked) static <T,U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunctionOrElse(BiFunctionWithException<T, U, R> unchecked, R orElse) static <T,U, R> BiFunction<T, U, R> BiFunctionWithException.asBiFunctionOrElseGet(BiFunctionWithException<T, U, R> unchecked, Supplier<? extends R> orElseGet)