| Package | Description |
|---|---|
| org.nd4j.common.primitives |
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.empty()
Returns an empty Optional instance.
|
static <T> Optional<T> |
Optional.of(T value)
Returns an Optional with the specified present non-null value.
|
static <T> Optional<T> |
Optional.ofNullable(T value)
Returns an Optional describing the specified value, if non-null, otherwise returns an empty Optional.
|
Copyright © 2021. All rights reserved.