quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.iterator
/
ObservableAstIterator
/
attach
attach
fun
attach
(
hook
:
AstIteratorHook
)
:
ObservableAstIterator
Attaches a hook to this iterator.
Return
this for concatenation
Parameters
hook
hook to attach
See also
Observable
Ast
Iterator.
on