Uses of Interface
org.osgi.test.common.exceptions.SupplierWithException
Packages that use SupplierWithException
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 SupplierWithException in org.osgi.test.common.exceptions
Methods in org.osgi.test.common.exceptions with parameters of type SupplierWithExceptionModifier and TypeMethodDescriptionstatic <R> Supplier<R>SupplierWithException.asSupplier(SupplierWithException<R> unchecked) static <R> Supplier<R>SupplierWithException.asSupplierOrElse(SupplierWithException<R> unchecked, R orElse) static <R> Supplier<R>SupplierWithException.asSupplierOrElseGet(SupplierWithException<R> unchecked, Supplier<? extends R> orElseGet)