| Modifier and Type | Method and Description |
|---|---|
static void |
Common.debug(FnR<String> s) |
void |
DevLogger.debug(FnR<String> msg) |
void |
Loggable.debug(FnR<T> msg) |
static void |
Common.error(FnR<String> s) |
void |
DevLogger.error(FnR<String> msg) |
void |
DevLogger.error(FnR<String> msg,
int skip) |
void |
Loggable.error(FnR<T> msg) |
default void |
Loggable.error(FnR<T> msg,
int skip) |
static <R> R |
Common.eval(FnR<R> evalFn)
Evaluate the function without a param
(This is just to reduce code.)
|
void |
DevLogger.fatal(FnR<String> msg) |
void |
DevLogger.fatal(FnR<String> msg,
int skip) |
default void |
Loggable.fatal(FnR<T> msg) |
default void |
Loggable.fatal(FnR<T> msg,
int skip) |
static void |
Common.info(FnR<String> s) |
void |
DevLogger.info(FnR<String> msg) |
void |
Loggable.info(FnR<T> msg) |
Box<T> |
Box.orElse(FnR<T> fallbackFn)
If the box is empty, returns the box with the fallback value
|
void |
DevLogger.trace(FnR<String> msg) |
default void |
Loggable.trace(FnR<T> msg) |
static void |
Common.warn(FnR<String> s) |
void |
DevLogger.warn(FnR<String> msg) |
void |
DevLogger.warn(FnR<String> msg,
int skip) |
void |
Loggable.warn(FnR<T> msg) |
default void |
Loggable.warn(FnR<T> msg,
int skip) |
Copyright © 2023. All rights reserved.