| Package | Description |
|---|---|
| org.apache.flink.util | |
| org.apache.flink.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> OptionalFailure<T> |
OptionalFailure.createFrom(CheckedSupplier<T> valueSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static <R> CheckedSupplier<R> |
CheckedSupplier.checked(java.util.function.Supplier<R> supplier) |
| Modifier and Type | Method and Description |
|---|---|
static <R> java.util.function.Supplier<R> |
CheckedSupplier.unchecked(CheckedSupplier<R> checkedSupplier) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.