| Modifier and Type | Method and Description |
|---|---|
static void |
Stu.debug(Fx01<String> s) |
void |
TempLogger.debug(Fx01<String> msg) |
void |
Loggable.debug(Fx01<T> msg) |
static void |
Stu.error(Fx01<String> s) |
void |
TempLogger.error(Fx01<String> msg) |
void |
TempLogger.error(Fx01<String> msg,
int skip) |
void |
Loggable.error(Fx01<T> msg) |
static <R> R |
Stu.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) |
static void |
Stu.info(Fx01<String> s) |
void |
TempLogger.info(Fx01<String> msg) |
void |
Loggable.info(Fx01<T> msg) |
static <R> Box<R> |
Box.of(Fx01<R> fx)
Static constructor:
|
Box<T> |
Box.orSet(Fx01<T> valueFn)
If the box is empty, returns the box with a new value
|
<R> Box<R> |
Box.set(Fx01<R> 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) |
static void |
Stu.warn(Fx01<String> s) |
void |
TempLogger.warn(Fx01<String> msg) |
void |
TempLogger.warn(Fx01<String> msg,
int skip) |
void |
Loggable.warn(Fx01<T> msg) |
Copyright © 2023. All rights reserved.