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