| Package | Description |
|---|---|
| net.automatalib.commons.util.functions |
| Modifier and Type | Method and Description |
|---|---|
static <R> BiIntFunction<? extends R> |
FunctionsUtil.safeDefault(@Nullable BiIntFunction<R> func)
Returns a default function if the argument is
null. |
| Modifier and Type | Method and Description |
|---|---|
static <R> BiIntFunction<? extends R> |
FunctionsUtil.safeDefault(@Nullable BiIntFunction<R> func)
Returns a default function if the argument is
null. |
Copyright © 2020. All rights reserved.