Modifier and Type | Method and Description |
---|---|
static <T> Optional<T> |
firstPresent(Optional<T>... opts)
Returns the first
Optional which is present. |
static <T> Stream<T> |
stream(Optional<T> opt)
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.