| Modifier and Type | Method and Description |
|---|---|
void |
TempLogger.debug(Fx01<String> msg) |
static void |
Common.debug(Fx01<String> s) |
void |
Loggable.debug(Fx01<T> msg) |
void |
TempLogger.error(Fx01<String> msg) |
static void |
Common.error(Fx01<String> s) |
void |
TempLogger.error(Fx01<String> msg,
int skip) |
void |
Loggable.error(Fx01<T> msg) |
static <R> R |
Common.eval(Fx01<R> evalFn)
Evaluate the function without a param
(This is just to reduce code.)
|
void |
TempLogger.fatal(Fx01<String> msg) |
void |
TempLogger.fatal(Fx01<String> msg,
int skip) |
void |
Loggable.fatal(Fx01<T> msg) |
void |
TempLogger.info(Fx01<String> msg) |
static void |
Common.info(Fx01<String> s) |
void |
Loggable.info(Fx01<T> msg) |
Box<T> |
Box.orSet(Fx01<T> valueFn)
If the box is empty, returns the box with a new value
|
Box<T> |
Box.set(Fx01<T> setFn)
Regardless of the box's state (whether full or not), set the content of the box.
|
void |
TempLogger.trace(Fx01<String> msg) |
void |
Loggable.trace(Fx01<T> msg) |
void |
TempLogger.warn(Fx01<String> msg) |
static void |
Common.warn(Fx01<String> s) |
void |
TempLogger.warn(Fx01<String> msg,
int skip) |
void |
Loggable.warn(Fx01<T> msg) |
Copyright © 2023. All rights reserved.