@FunctionalInterface public interface CheckedLongSupplier
LongSupplier that allows for checked exceptions.| Modifier and Type | Method | Description |
|---|---|---|
long |
getAsLong() |
Gets a result.
|
static LongSupplier |
sneaky(CheckedLongSupplier supplier) |
|
static LongSupplier |
unchecked(CheckedLongSupplier supplier) |
|
static LongSupplier |
unchecked(CheckedLongSupplier supplier,
Consumer<Throwable> handler) |
static LongSupplier sneaky(CheckedLongSupplier supplier)
static LongSupplier unchecked(CheckedLongSupplier supplier)
static LongSupplier unchecked(CheckedLongSupplier supplier, Consumer<Throwable> handler)
Copyright © 2018. All rights reserved.