Uses of Interface
org.osgi.test.common.exceptions.FunctionWithException
Packages that use FunctionWithException
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 FunctionWithException in org.osgi.test.common.exceptions
Methods in org.osgi.test.common.exceptions with parameters of type FunctionWithExceptionModifier and TypeMethodDescriptionstatic <T,R> Function<T, R> FunctionWithException.asFunction(FunctionWithException<T, R> unchecked) static <T,R> Function<T, R> FunctionWithException.asFunctionOrElse(FunctionWithException<T, R> unchecked, R orElse) static <T,R> Function<T, R> FunctionWithException.asFunctionOrElseGet(FunctionWithException<T, R> unchecked, Supplier<? extends R> orElseGet)