| Package | Description |
|---|---|
| com.simiacryptus.util.io | |
| com.simiacryptus.util.lang | |
| com.simiacryptus.util.test |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
NotebookOutput.code(UncheckedSupplier<T> fn)
Code t.
|
<T> T |
NullNotebookOutput.code(UncheckedSupplier<T> fn,
int maxLog,
int framesNo) |
<T> T |
MarkdownNotebookOutput.code(UncheckedSupplier<T> fn,
int maxLog,
int framesNo) |
<T> T |
HtmlNotebookOutput.code(UncheckedSupplier<T> fn,
int maxLog,
int framesNo)
Deprecated.
|
<T> T |
NotebookOutput.code(UncheckedSupplier<T> fn,
int maxLog,
int framesNo)
Code t.
|
default <T> T |
NotebookOutput.out(UncheckedSupplier<T> fn)
Code t.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> TimedResult<T> |
TimedResult.time(UncheckedSupplier<T> fn)
Time timed result.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SysOutInterceptor.LoggedResult<T> |
SysOutInterceptor.withOutput(UncheckedSupplier<T> fn)
With output logged result.
|
Copyright © 2018 SimiaCryptus Software. All rights reserved.