| Package | Description |
|---|---|
| org.apache.reef.util |
Utilities used across reef modules.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.empty() |
static <T> Optional<T> |
Optional.of(T value) |
static <T> Optional<T> |
Optional.ofNullable(T value) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.