@FunctionalInterface public interface CheckedLongSupplier
LongSupplier that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
long |
getAsLong()
Gets a result.
|
static java.util.function.LongSupplier |
unchecked(CheckedLongSupplier supplier) |
static java.util.function.LongSupplier |
unchecked(CheckedLongSupplier supplier,
java.util.function.Consumer<Throwable> handler) |
static java.util.function.LongSupplier unchecked(CheckedLongSupplier supplier)
Unchecked#longSupplier(CheckedLongSupplier)}static java.util.function.LongSupplier unchecked(CheckedLongSupplier supplier, java.util.function.Consumer<Throwable> handler)
Unchecked#longSupplier(CheckedLongSupplier, Consumer)}Copyright © 2016. All Rights Reserved.