| Package | Description |
|---|---|
| org.jmmo.util |
| Modifier and Type | Method and Description |
|---|---|
static void |
StreamUtil.unchecked(StreamUtil.ThrowableRunnable runnable)
Prevent necessity to check exceptions from lambdas that don't return any result
|
static <T> T |
StreamUtil.uncheckedNull(StreamUtil.ThrowableRunnable runnable)
Prevent necessity to check exceptions from lambdas that don't return any result,
then return null of required type
|
Copyright © 2018. All rights reserved.