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