| Package | Description | 
|---|---|
| com.simiacryptus.notebook | |
| com.simiacryptus.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MarkdownNotebookOutput
The type Markdown notebook output. 
 | 
class  | 
NullNotebookOutput
The type Null notebook output. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NotebookOutput | 
MarkdownNotebookOutput.get(File path,
   boolean autobrowse)
Get markdown notebook output. 
 | 
static NotebookOutput | 
MarkdownNotebookOutput.get(String s)
Get notebook output. 
 | 
NotebookOutput | 
NullNotebookOutput.onComplete(Runnable... tasks)  | 
NotebookOutput | 
NotebookOutput.onComplete(Runnable... tasks)
On complete notebook output. 
 | 
NotebookOutput | 
MarkdownNotebookOutput.onComplete(Runnable... tasks)
On complete markdown notebook output. 
 | 
NotebookOutput | 
NullNotebookOutput.setArchiveHome(URI archiveHome)  | 
NotebookOutput | 
NotebookOutput.setArchiveHome(URI archiveHome)
Sets archive home. 
 | 
NotebookOutput | 
MarkdownNotebookOutput.setArchiveHome(URI archiveHome)  | 
NotebookOutput | 
NullNotebookOutput.setAutobrowse(boolean autobrowse)  | 
NotebookOutput | 
NotebookOutput.setAutobrowse(boolean autobrowse)
Sets autobrowse. 
 | 
NotebookOutput | 
MarkdownNotebookOutput.setAutobrowse(boolean autobrowse)  | 
NotebookOutput | 
NullNotebookOutput.setCurrentHome(URI currentHome)  | 
NotebookOutput | 
NotebookOutput.setCurrentHome(URI currentHome)
Sets current home. 
 | 
NotebookOutput | 
MarkdownNotebookOutput.setCurrentHome(URI currentHome)  | 
NotebookOutput | 
MarkdownNotebookOutput.setMaxImageSize(int maxImageSize)
Sets max image size. 
 | 
NotebookOutput | 
NullNotebookOutput.setName(String name)  | 
NotebookOutput | 
NotebookOutput.setName(String name)
Sets name. 
 | 
NotebookOutput | 
MarkdownNotebookOutput.setName(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Consumer<NotebookOutput> | 
NotebookOutput.concat(Consumer<NotebookOutput> fn,
      Consumer<NotebookOutput> header)
Concat consumer. 
 | 
static Consumer<NotebookOutput> | 
MarkdownNotebookOutput.wrapFrontmatter(Consumer<NotebookOutput> fn)
Wrap frontmatter consumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Consumer<NotebookOutput> | 
NotebookOutput.concat(Consumer<NotebookOutput> fn,
      Consumer<NotebookOutput> header)
Concat consumer. 
 | 
static Consumer<NotebookOutput> | 
NotebookOutput.concat(Consumer<NotebookOutput> fn,
      Consumer<NotebookOutput> header)
Concat consumer. 
 | 
<T> T | 
NullNotebookOutput.subreport(String reportName,
         Function<NotebookOutput,T> fn)  | 
<T> T | 
NotebookOutput.subreport(String reportName,
         Function<NotebookOutput,T> fn)
Subreport t. 
 | 
<T> T | 
MarkdownNotebookOutput.subreport(String subreportName,
         Function<NotebookOutput,T> fn)  | 
static Consumer<NotebookOutput> | 
MarkdownNotebookOutput.wrapFrontmatter(Consumer<NotebookOutput> fn)
Wrap frontmatter consumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CodeUtil.LogInterception | 
CodeUtil.intercept(NotebookOutput log,
         String loggerName)  | 
Copyright © 2019 SimiaCryptus Software. All rights reserved.