V
- Result type.@FunctionalInterface public static interface SneakyThrows.Supplier<V> extends Supplier<V>
Supplier
.Modifier and Type | Method and Description |
---|---|
default V |
get()
Computes/retrieves a value.
|
V |
tryGet()
Computes/retrieves a value.
|
Copyright © 2020. All rights reserved.