public final class FunctionWithExceptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FunctionWithExceptions.FunctionWithException<I,O>
A function that can throw an exception.
|
| Modifier and Type | Method and Description |
|---|---|
static <I,O> Function<I,O> |
wrapper(FunctionWithExceptions.FunctionWithException<I,O> fe)
Creates a wrapper for lambdas that converts checked exceptions to runtime exceptions.
|
public static <I,O> Function<I,O> wrapper(FunctionWithExceptions.FunctionWithException<I,O> fe)
Copyright © 2022 Google LLC. All rights reserved.