Uses of Interface
io.markdom.model.selection.MarkdomListBlockSelection
-
Packages that use MarkdomListBlockSelection Package Description io.markdom.model io.markdom.model.selection -
-
Uses of MarkdomListBlockSelection in io.markdom.model
Methods in io.markdom.model with parameters of type MarkdomListBlockSelection Modifier and Type Method Description <Result> ResultMarkdomListBlock. select(MarkdomListBlockSelection<Result> selection)default <Result> ResultMarkdomOrderedListBlock. select(MarkdomListBlockSelection<Result> selection)default <Result> ResultMarkdomUnorderedListBlock. select(MarkdomListBlockSelection<Result> selection) -
Uses of MarkdomListBlockSelection in io.markdom.model.selection
Classes in io.markdom.model.selection that implement MarkdomListBlockSelection Modifier and Type Class Description classAbstractMarkdomListBlockSelection<Result>classMarkdomListBlockChoiceSelection
-