| Package | Description |
|---|---|
| com.pivovarit.function |
The
com.pivovarit.function package contains checked equivalents of the java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
static <T> UnaryOperator<T> |
ThrowingUnaryOperator.sneaky(ThrowingUnaryOperator<T,?> operator)
Returns a new UnaryOperator instance which rethrows the checked exception using the Sneaky Throws pattern
|
static <T> UnaryOperator<T> |
ThrowingUnaryOperator.unchecked(ThrowingUnaryOperator<T,?> operator) |
Copyright © 2020. All rights reserved.