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(Supplier<R> supplier) |
Modifier and Type | Method and Description |
---|---|
static <R> Supplier<R> |
CheckedSupplier.unchecked(CheckedSupplier<R> checkedSupplier) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.