public class JdbiOptionals extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
findFirstPresent(Supplier<Optional<T>>... suppliers) |
static <T> Stream<T> |
stream(Optional<T> optional) |
Copyright © 2019. All rights reserved.