case class Builder[F[_]](parsers: NonEmptyList[MarkupParser], theme: ThemeProvider)(implicit evidence$3: Async[F], evidence$4: Batch[F]) extends Product with Serializable
Builder step that allows to specify the execution context for blocking IO and CPU-bound tasks.
- Alphabetic
- By Inheritance
- Builder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Builder(parsers: NonEmptyList[MarkupParser], theme: ThemeProvider)(implicit arg0: Async[F], arg1: Batch[F])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build: Resource[F, TreeParser[F]]
Final builder step that creates a parallel parser.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val parsers: NonEmptyList[MarkupParser]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val theme: ThemeProvider
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withAlternativeParser(parser: ParserBuilder): Builder[F]
Specifies an additional parser for text markup.
Specifies an additional parser for text markup.
When multiple parsers exist for an operation, the target parser will be determined by the suffix of the input document, e.g.
.md
for Markdown and.rst
for reStructuredText. -
def
withAlternativeParser(parser: MarkupParser): Builder[F]
Specifies an additional parser for text markup.
Specifies an additional parser for text markup.
When multiple parsers exist for an operation, the target parser will be determined by the suffix of the input document, e.g.
.md
for Markdown and.rst
for reStructuredText. -
def
withTheme(theme: ThemeProvider): Builder[F]
Applies the specified theme to this parser, overriding any previously specified themes.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated