Uses of Interface
com.vladsch.flexmark.util.misc.CharPredicate
Packages that use CharPredicate
Package
Description
AST node types (see
Node) and visitors (see NodeVisitor)HTML rendering (see
HtmlRenderer)-
Uses of CharPredicate in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type CharPredicateModifier and TypeMethodDescriptionFencedCodeBlock.getInfoDelimitedByAny(CharPredicate delimiters) -
Uses of CharPredicate in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes declared as CharPredicateModifier and TypeFieldDescription(package private) static final CharPredicateAttributeValueQuotes.P_DOUBLE_QUOTES(package private) static final CharPredicateAttributeValueQuotes.P_SINGLE_QUOTES(package private) static final CharPredicateAttributeValueQuotes.P_SPACES_OR_QUOTES -
Uses of CharPredicate in com.vladsch.flexmark.ext.gitlab.internal
Fields in com.vladsch.flexmark.ext.gitlab.internal declared as CharPredicateModifier and TypeFieldDescriptionfinal CharPredicateGitLabOptions.blockInfoDelimiterSetDeprecated. -
Uses of CharPredicate in com.vladsch.flexmark.formatter
Fields in com.vladsch.flexmark.formatter declared as CharPredicateModifier and TypeFieldDescriptionprivate final CharPredicateFormatter.MainNodeFormatter.blockQuoteLikePredicateMethods in com.vladsch.flexmark.formatter that return CharPredicateModifier and TypeMethodDescription@NotNull CharPredicateFormatter.MainNodeFormatter.getBlockQuoteLikePrefixPredicate()@NotNull CharPredicateFormatter.MainNodeFormatter.SubNodeFormatter.getBlockQuoteLikePrefixPredicate()@NotNull CharPredicateNodeFormatterContext.getBlockQuoteLikePrefixPredicate() -
Uses of CharPredicate in com.vladsch.flexmark.html
Fields in com.vladsch.flexmark.html declared as CharPredicate -
Uses of CharPredicate in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as CharPredicateModifier and TypeFieldDescription(package private) static final CharPredicateListBlockParser.ListItemLeadInHandler.ORDERED_DELIM_DOT(package private) static final CharPredicateListBlockParser.ListItemLeadInHandler.ORDERED_DELIM_DOT_PARENS(package private) final CharPredicateListBlockParser.ListItemLeadInHandler.orderedDelims -
Uses of CharPredicate in com.vladsch.flexmark.test.util
Fields in com.vladsch.flexmark.test.util declared as CharPredicateModifier and TypeFieldDescriptionstatic final @NotNull CharPredicateTestUtils.CARET_PREDICATEstatic final @NotNull CharPredicateTestUtils.MARKUP_PREDICATE -
Uses of CharPredicate in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as CharPredicateModifier and TypeFieldDescriptionstatic final CharPredicateMarkdownTable.COLON_TRIM_CHARSstatic final CharPredicateTableFormatOptions.INTELLIJ_DUMMY_IDENTIFIER_SETMethods in com.vladsch.flexmark.util.format with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault intCharWidthProvider.getStringWidth(@NotNull CharSequence chars, @NotNull CharPredicate zeroWidthChars) -
Uses of CharPredicate in com.vladsch.flexmark.util.misc
Fields in com.vladsch.flexmark.util.misc declared as CharPredicateModifier and TypeFieldDescriptionstatic final CharPredicateCharPredicate.ALLstatic final CharPredicateCharPredicate.ANY_EOLstatic final CharPredicateCharPredicate.ANY_EOL_NULstatic final CharPredicateCharPredicate.BACKSLASHstatic final CharPredicateCharPredicate.BINARY_DIGITSstatic final CharPredicateCharPredicate.BLANKSPACEstatic final CharPredicateCharPredicate.DECIMAL_DIGITSstatic final CharPredicateCharPredicate.EOLstatic final CharPredicateCharPredicate.FALSEDeprecated.static final CharPredicateCharPredicate.HASHstatic final CharPredicateCharPredicate.HEXADECIMAL_DIGITSstatic final CharPredicateCharPredicate.LINE_SEPstatic final CharPredicateCharPredicate.NONEstatic final CharPredicateCharPredicate.OCTAL_DIGITSstatic final CharPredicateCharPredicate.SLASHstatic final CharPredicateCharPredicate.SPACEstatic final CharPredicateCharPredicate.SPACE_ANY_EOLstatic final CharPredicateCharPredicate.SPACE_EOLstatic final CharPredicateCharPredicate.SPACE_TABstatic final CharPredicateCharPredicate.SPACE_TAB_EOLstatic final CharPredicateCharPredicate.SPACE_TAB_LINE_SEPstatic final CharPredicateCharPredicate.SPACE_TAB_NBSPstatic final CharPredicateCharPredicate.SPACE_TAB_NBSP_EOLstatic final CharPredicateCharPredicate.SPACE_TAB_NBSP_LINE_SEPstatic final CharPredicateCharPredicate.SPACE_TAB_NULstatic final CharPredicateCharPredicate.SPACE_TAB_OR_NULDeprecated.static final CharPredicateCharPredicate.TABstatic final CharPredicateCharPredicate.TRUEDeprecated.static final CharPredicateCharPredicate.WHITESPACEstatic final CharPredicateCharPredicate.WHITESPACE_NBSPstatic final CharPredicateCharPredicate.WHITESPACE_NBSP_OR_NULstatic final CharPredicateCharPredicate.WHITESPACE_OR_NULMethods in com.vladsch.flexmark.util.misc that return CharPredicateModifier and TypeMethodDescriptiondefault @NotNull CharPredicateCharPredicate.and(@NotNull CharPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static @NotNull CharPredicateCharPredicate.anyOf(char... chars) static @NotNull CharPredicateCharPredicate.anyOf(@NotNull CharSequence chars) default @NotNull CharPredicateCharPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default @NotNull CharPredicateCharPredicate.or(@NotNull CharPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.static @NotNull CharPredicateCharPredicate.standardOrAnyOf(char c1) static @NotNull CharPredicateCharPredicate.standardOrAnyOf(char c1, char c2) static @NotNull CharPredicateCharPredicate.standardOrAnyOf(char c1, char c2, char c3) static @NotNull CharPredicateCharPredicate.standardOrAnyOf(char c1, char c2, char c3, char c4) Methods in com.vladsch.flexmark.util.misc with parameters of type CharPredicateModifier and TypeMethodDescriptiondefault @NotNull CharPredicateCharPredicate.and(@NotNull CharPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default @NotNull CharPredicateCharPredicate.or(@NotNull CharPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of CharPredicate in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as CharPredicateModifier and TypeFieldDescriptionstatic final @NotNull CharPredicateEscaping.AMP_BACKSLASH_SETstatic final CharPredicateSequenceUtils.ANY_EOL_SETDeprecated.static final CharPredicateSequenceUtils.BACKSLASH_SETDeprecated.static final CharPredicateSequenceUtils.DECIMAL_DIGITSDeprecated.static final CharPredicateSequenceUtils.EOL_SETDeprecated.static final CharPredicateSequenceUtils.HASH_SETDeprecated.static final CharPredicateSequenceUtils.HEXADECIMAL_DIGITSDeprecated.static final CharPredicateSequenceUtils.OCTAL_DIGITSDeprecated.static final CharPredicateSequenceUtils.SPACE_EOL_SETDeprecated.static final CharPredicateSequenceUtils.SPACE_SETDeprecated.use CharPredicate fields directlystatic final CharPredicateSequenceUtils.SPACE_TAB_EOL_SETDeprecated.static final CharPredicateSequenceUtils.SPACE_TAB_NBSP_SETDeprecated.static final CharPredicateSequenceUtils.SPACE_TAB_SETDeprecated.static final CharPredicateSequenceUtils.TAB_SETDeprecated.static final CharPredicateSequenceUtils.US_SETDeprecated.static final CharPredicateSequenceUtils.WHITESPACE_NBSP_SETDeprecated.static final CharPredicateSequenceUtils.WHITESPACE_SETDeprecated.Methods in com.vladsch.flexmark.util.sequence with parameters of type CharPredicateModifier and TypeMethodDescriptionIRichSequence.blankLinesRemovedRanges(@NotNull CharPredicate eolChars, int fromIndex, int endIndex) IRichSequenceBase.blankLinesRemovedRanges(@NotNull CharPredicate eolChars, int fromIndex, int endIndex) SequenceUtils.blankLinesRemovedRanges(@NotNull CharSequence thizz, @NotNull CharPredicate eolChars, int fromIndex, int endIndex) static intSequenceUtils.compare(@Nullable CharSequence o1, @Nullable CharSequence o2, boolean ignoreCase, @Nullable CharPredicate ignoreChars) static booleanSequenceUtils.containsAny(@NotNull CharSequence thizz, @NotNull CharPredicate s) static booleanSequenceUtils.containsAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) static booleanSequenceUtils.containsAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s) static booleanSequenceUtils.containsAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex) static booleanSequenceUtils.containsAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex, int endIndex) booleanBasedSequence.containsOnlyIn(@NotNull CharPredicate charSet) Test for line contains only characters from the setbooleanBasedSequenceImpl.containsOnlyIn(@NotNull CharPredicate charSet) booleanBasedSequence.containsOnlyNotIn(@NotNull CharPredicate charSet) Test for line containing only characters not in the setbooleanBasedSequenceImpl.containsOnlyNotIn(@NotNull CharPredicate charSet) booleanBasedSequence.containsSomeIn(@NotNull CharPredicate charSet) Test for line containing some of the characters in the setbooleanBasedSequenceImpl.containsSomeIn(@NotNull CharPredicate charSet) booleanBasedSequence.containsSomeNotIn(@NotNull CharPredicate charSet) Test for line containing some characters not in the setbooleanBasedSequenceImpl.containsSomeNotIn(@NotNull CharPredicate charSet) intIRichSequence.countLeading(@NotNull CharPredicate chars) Count leading/trailing characters of this sequenceintIRichSequence.countLeading(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countLeading(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countLeading(@NotNull CharPredicate chars) final intIRichSequenceBase.countLeading(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countLeading(@NotNull CharPredicate chars, int fromIndex, int endIndex) static intSequenceUtils.countLeading(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countLeading(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countLeading(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex, int endIndex) intIRichSequence.countLeadingColumns(int startColumn, @NotNull CharPredicate chars) Count column of indent given by chars in the set in this sequence, expanding tabs to 4th columnfinal intIRichSequenceBase.countLeadingColumns(int startColumn, @NotNull CharPredicate chars) static intSequenceUtils.countLeadingColumns(@NotNull CharSequence thizz, int startColumn, @NotNull CharPredicate chars) intIRichSequence.countLeadingNot(@NotNull CharPredicate chars) intIRichSequence.countLeadingNot(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countLeadingNot(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars) final intIRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countLeadingNot(@NotNull CharPredicate chars, int startIndex, int endIndex) static intSequenceUtils.countLeadingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countLeadingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countLeadingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int startIndex, int endIndex) intIRichSequence.countOfAny(@NotNull CharPredicate chars) intIRichSequence.countOfAny(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countOfAny(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countOfAny(@NotNull CharPredicate chars) final intIRichSequenceBase.countOfAny(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countOfAny(@NotNull CharPredicate s, int fromIndex, int endIndex) static intSequenceUtils.countOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex, int endIndex) intIRichSequence.countOfAnyNot(@NotNull CharPredicate chars) intIRichSequence.countOfAnyNot(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countOfAnyNot(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars) final intIRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countOfAnyNot(@NotNull CharPredicate chars, int startIndex, int endIndex) static intSequenceUtils.countOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex, int endIndex) intIRichSequence.countTrailing(@NotNull CharPredicate chars) intIRichSequence.countTrailing(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countTrailing(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countTrailing(@NotNull CharPredicate chars) final intIRichSequenceBase.countTrailing(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countTrailing(@NotNull CharPredicate chars, int startIndex, int fromIndex) static intSequenceUtils.countTrailing(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countTrailing(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countTrailing(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int startIndex, int fromIndex) intIRichSequence.countTrailingNot(@NotNull CharPredicate chars) intIRichSequence.countTrailingNot(@NotNull CharPredicate chars, int startIndex) intIRichSequence.countTrailingNot(@NotNull CharPredicate chars, int startIndex, int endIndex) final intIRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars) final intIRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars, int fromIndex) final intIRichSequenceBase.countTrailingNot(@NotNull CharPredicate chars, int startIndex, int endIndex) static intSequenceUtils.countTrailingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars) static intSequenceUtils.countTrailingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int fromIndex) static intSequenceUtils.countTrailingNot(@NotNull CharSequence thizz, @NotNull CharPredicate chars, int startIndex, int endIndex) intIRichSequence.endOfDelimitedByAny(@NotNull CharPredicate s, int index) final intIRichSequenceBase.endOfDelimitedByAny(@NotNull CharPredicate s, int index) static intSequenceUtils.endOfDelimitedByAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) intIRichSequence.endOfDelimitedByAnyNot(@NotNull CharPredicate s, int index) final intIRichSequenceBase.endOfDelimitedByAnyNot(@NotNull CharPredicate s, int index) static intSequenceUtils.endOfDelimitedByAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) booleanIRichSequence.endsWith(@NotNull CharPredicate chars) final booleanIRichSequenceBase.endsWith(@NotNull CharPredicate chars) static booleanSequenceUtils.endsWith(@NotNull CharSequence thizz, @NotNull CharPredicate chars) @NotNull BasedSequenceBasedSequence.extendByAny(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequence.extendByAny(@NotNull CharPredicate charSet, int maxCount) Extend this based sequence to include characters from underlying based sequence@NotNull BasedSequenceBasedSequenceImpl.extendByAny(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequenceImpl.extendByAny(@NotNull CharPredicate charSet, int maxCount) @NotNull BasedSequenceBasedSequence.extendByAnyNot(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequence.extendByAnyNot(@NotNull CharPredicate charSet, int maxCount) Extend this based sequence to include characters from underlying based sequence not in character set@NotNull BasedSequenceBasedSequenceImpl.extendByAnyNot(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequenceImpl.extendByAnyNot(@NotNull CharPredicate charSet, int maxCount) @NotNull BasedSequenceBasedSequence.extendByOneOfAny(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequenceImpl.extendByOneOfAny(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequence.extendByOneOfAnyNot(@NotNull CharPredicate charSet) @NotNull BasedSequenceBasedSequenceImpl.extendByOneOfAnyNot(@NotNull CharPredicate charSet) default @NotNull BasedSequenceBasedSequence.extendToAny(@NotNull CharPredicate charSet) Deprecated.default @NotNull BasedSequenceBasedSequence.extendToAny(@NotNull CharPredicate charSet, int maxCount) Deprecated.@NotNull BasedSequenceBasedSequence.extendToEndOfLine(@NotNull CharPredicate eolChars) @NotNull BasedSequenceBasedSequence.extendToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol) Extend in contained based sequencefinal @NotNull BasedSequenceBasedSequenceImpl.extendToEndOfLine(@NotNull CharPredicate eolChars) final @NotNull BasedSequenceBasedSequenceImpl.extendToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol) @NotNull BasedSequenceBasedSequence.extendToStartOfLine(@NotNull CharPredicate eolChars) @NotNull BasedSequenceBasedSequence.extendToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol) Extend in contained based sequencefinal @NotNull BasedSequenceBasedSequenceImpl.extendToStartOfLine(@NotNull CharPredicate eolChars) @NotNull BasedSequenceBasedSequenceImpl.extendToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol) intIRichSequence.indexOfAny(@NotNull CharPredicate s) intIRichSequence.indexOfAny(@NotNull CharPredicate s, int fromIndex) intIRichSequence.indexOfAny(@NotNull CharPredicate s, int fromIndex, int endIndex) final intIRichSequenceBase.indexOfAny(@NotNull CharPredicate s) final intIRichSequenceBase.indexOfAny(@NotNull CharPredicate s, int index) final intIRichSequenceBase.indexOfAny(@NotNull CharPredicate s, int fromIndex, int endIndex) static intSequenceUtils.indexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s) static intSequenceUtils.indexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) static intSequenceUtils.indexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex, int endIndex) intIRichSequence.indexOfAnyNot(@NotNull CharPredicate s) intIRichSequence.indexOfAnyNot(@NotNull CharPredicate s, int fromIndex) intIRichSequence.indexOfAnyNot(@NotNull CharPredicate s, int fromIndex, int endIndex) final intIRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s) final intIRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s, int fromIndex) final intIRichSequenceBase.indexOfAnyNot(@NotNull CharPredicate s, int fromIndex, int endIndex) static intSequenceUtils.indexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s) static intSequenceUtils.indexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex) static intSequenceUtils.indexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex, int endIndex) booleanBasedSequence.isBaseCharAt(int index, @NotNull CharPredicate predicate) Safe, if index out of range but based sequence has characters will return those, else returns '\0'booleanBasedSequenceImpl.isBaseCharAt(int index, @NotNull CharPredicate predicate) booleanIRichSequence.isCharAt(int index, @NotNull CharPredicate predicate) Safe, if index out of range returns '\0'booleanIRichSequenceBase.isCharAt(int index, @NotNull CharPredicate predicate) intIRichSequence.lastIndexOfAny(@NotNull CharPredicate s) intIRichSequence.lastIndexOfAny(@NotNull CharPredicate s, int fromIndex) intIRichSequence.lastIndexOfAny(@NotNull CharPredicate s, int startIndex, int fromIndex) final intIRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s) final intIRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s, int fromIndex) final intIRichSequenceBase.lastIndexOfAny(@NotNull CharPredicate s, int startIndex, int fromIndex) static intSequenceUtils.lastIndexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s) static intSequenceUtils.lastIndexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex) static intSequenceUtils.lastIndexOfAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int startIndex, int fromIndex) intIRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s) intIRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s, int fromIndex) intIRichSequence.lastIndexOfAnyNot(@NotNull CharPredicate s, int startIndex, int fromIndex) final intIRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s) final intIRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s, int fromIndex) final intIRichSequenceBase.lastIndexOfAnyNot(@NotNull CharPredicate s, int startIndex, int fromIndex) static intSequenceUtils.lastIndexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s) static intSequenceUtils.lastIndexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int fromIndex) static intSequenceUtils.lastIndexOfAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int startIndex, int fromIndex) @NotNull RangeIRichSequence.leadingBlankLinesRange(@NotNull CharPredicate eolChars, int fromIndex, int endIndex) Get Range of leading blank lines at given index offsets in sequencefinal @NotNull RangeIRichSequenceBase.leadingBlankLinesRange(@NotNull CharPredicate eolChars, int fromIndex, int endIndex) static @NotNull RangeSequenceUtils.leadingBlankLinesRange(@NotNull CharSequence thizz, @NotNull CharPredicate eolChars, int fromIndex, int endIndex) T[]IRichSequence.split(@NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) T[]IRichSequence.split(@NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) T[]IRichSequence.split(@NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) final T[]IRichSequenceBase.split(@NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) final T[]IRichSequenceBase.split(@NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) final T[]IRichSequenceBase.split(@NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) static <T extends CharSequence>
T[]SequenceUtils.split(T thizz, T[] emptyArray, @NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) static <T extends CharSequence>
T[]SequenceUtils.split(T thizz, T[] emptyArray, @NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) static <T extends CharSequence>
T[]SequenceUtils.split(T thizz, T[] emptyArray, @NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) IRichSequence.splitList(@NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) IRichSequence.splitList(@NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) Split helpers based on delimiter character sets contained in CharPredicateIRichSequence.splitList(@NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) Split helpers based on delimiter character sets contained in CharSequenceIRichSequenceBase.splitList(@NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) IRichSequenceBase.splitList(@NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) IRichSequenceBase.splitList(@NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) static <T extends CharSequence>
@NotNull List<T> SequenceUtils.splitList(T thizz, @NotNull CharSequence delimiter, boolean includeDelims, @Nullable CharPredicate trimChars) static <T extends CharSequence>
@NotNull List<T> SequenceUtils.splitList(T thizz, @NotNull CharSequence delimiter, int limit, boolean includeDelims, @Nullable CharPredicate trimChars) static <T extends CharSequence>
@NotNull List<T> SequenceUtils.splitList(T thizz, @NotNull CharSequence delimiter, int limit, int flags, @Nullable CharPredicate trimChars) IRichSequence.splitListEOL(boolean includeDelims, @Nullable CharPredicate trimChars) IRichSequenceBase.splitListEOL(boolean includeDelims, @Nullable CharPredicate trimChars) static <T extends CharSequence>
@NotNull List<T> SequenceUtils.splitListEOL(T thizz, boolean includeDelims, @Nullable CharPredicate trimChars) intIRichSequence.startOfDelimitedByAny(@NotNull CharPredicate s, int index) final intIRichSequenceBase.startOfDelimitedByAny(@NotNull CharPredicate s, int index) static intSequenceUtils.startOfDelimitedByAny(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) intIRichSequence.startOfDelimitedByAnyNot(@NotNull CharPredicate s, int index) final intIRichSequenceBase.startOfDelimitedByAnyNot(@NotNull CharPredicate s, int index) static intSequenceUtils.startOfDelimitedByAnyNot(@NotNull CharSequence thizz, @NotNull CharPredicate s, int index) booleanIRichSequence.startsWith(@NotNull CharPredicate chars) final booleanIRichSequenceBase.startsWith(@NotNull CharPredicate chars) static booleanSequenceUtils.startsWith(@NotNull CharSequence thizz, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trailingBlankLinesRange(CharPredicate eolChars, int startIndex, int fromIndex) Get Range of trailing blank lines at given index offsets in sequencefinal @NotNull RangeIRichSequenceBase.trailingBlankLinesRange(CharPredicate eolChars, int startIndex, int fromIndex) static @NotNull RangeSequenceUtils.trailingBlankLinesRange(@NotNull CharSequence thizz, @NotNull CharPredicate eolChars, int startIndex, int fromIndex) IRichSequence.trim(int keep, @NotNull CharPredicate chars) IRichSequence.trim(@NotNull CharPredicate chars) final TIRichSequenceBase.trim(int keep, @NotNull CharPredicate chars) final TIRichSequenceBase.trim(@NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trim(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trim(T thizz, @NotNull CharPredicate chars) IRichSequence.trimEnd(int keep, @NotNull CharPredicate chars) IRichSequence.trimEnd(@NotNull CharPredicate chars) final TIRichSequenceBase.trimEnd(int keep, @NotNull CharPredicate chars) final TIRichSequenceBase.trimEnd(@NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimEnd(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimEnd(T thizz, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trimEndRange(int keep, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trimEndRange(@NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimEndRange(int keep, @NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimEndRange(@NotNull CharPredicate chars) static @NotNull RangeSequenceUtils.trimEndRange(@NotNull CharSequence thizz, int keep, @NotNull CharPredicate chars) static RangeSequenceUtils.trimEndRange(@NotNull CharSequence thizz, @NotNull CharPredicate chars) IRichSequence.trimmed(int keep, @NotNull CharPredicate chars) IRichSequence.trimmed(@NotNull CharPredicate chars) IRichSequenceBase.trimmed(int keep, @NotNull CharPredicate chars) IRichSequenceBase.trimmed(@NotNull CharPredicate chars) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
@NotNull Pair<T, T> SequenceUtils.trimmed(T thizz, @NotNull CharPredicate chars) IRichSequence.trimmedEnd(int keep, @NotNull CharPredicate chars) IRichSequence.trimmedEnd(@NotNull CharPredicate chars) final TIRichSequenceBase.trimmedEnd(int keep, @NotNull CharPredicate chars) final TIRichSequenceBase.trimmedEnd(@NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimmedEnd(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimmedEnd(T thizz, @NotNull CharPredicate chars) IRichSequence.trimmedStart(int keep, @NotNull CharPredicate chars) Get the characters Trimmed, Trimmed from start/end of this sequence, characters to trim are passed in the sequence argumentIRichSequence.trimmedStart(@NotNull CharPredicate chars) final TIRichSequenceBase.trimmedStart(int keep, @NotNull CharPredicate chars) final TIRichSequenceBase.trimmedStart(@NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimmedStart(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimmedStart(T thizz, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trimRange(int keep, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trimRange(@NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimRange(int keep, @NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimRange(@NotNull CharPredicate chars) static @NotNull RangeSequenceUtils.trimRange(@NotNull CharSequence thizz, int keep, @NotNull CharPredicate chars) static RangeSequenceUtils.trimRange(@NotNull CharSequence thizz, @NotNull CharPredicate chars) IRichSequence.trimStart(int keep, @NotNull CharPredicate chars) Trim, Trim start/end of this sequence, characters to trim are passed in the sequence argumentIRichSequence.trimStart(@NotNull CharPredicate chars) final TIRichSequenceBase.trimStart(int keep, @NotNull CharPredicate chars) final TIRichSequenceBase.trimStart(@NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimStart(T thizz, int keep, @NotNull CharPredicate chars) static <T extends CharSequence>
TSequenceUtils.trimStart(T thizz, @NotNull CharPredicate chars) @NotNull RangeIRichSequence.trimStartRange(int keep, @NotNull CharPredicate chars) Range of kept sequence when trim start/end of this sequence is performed, characters to trim are passed in the sequence argument@NotNull RangeIRichSequence.trimStartRange(@NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimStartRange(int keep, @NotNull CharPredicate chars) final @NotNull RangeIRichSequenceBase.trimStartRange(@NotNull CharPredicate chars) static @NotNull RangeSequenceUtils.trimStartRange(@NotNull CharSequence thizz, int keep, @NotNull CharPredicate chars) static RangeSequenceUtils.trimStartRange(@NotNull CharSequence thizz, @NotNull CharPredicate chars) IRichSequence.trimToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol, int index) Trim end to end of line containing indexIRichSequenceBase.trimToEndOfLine(@NotNull CharPredicate eolChars, boolean includeEol, int index) IRichSequence.trimToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol, int index) Trim start to start of line containing indexIRichSequenceBase.trimToStartOfLine(@NotNull CharPredicate eolChars, boolean includeEol, int index) -
Uses of CharPredicate in com.vladsch.flexmark.util.sequence.builder
Methods in com.vladsch.flexmark.util.sequence.builder with parameters of type CharPredicateModifier and TypeMethodDescription@NotNull BasedSequenceSequenceBuilder.toSequence(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff) Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq@NotNull BasedSequenceSequenceBuilder.toSequenceByIndex(@NotNull BasedSequence altSequence, @Nullable CharPredicate trimStart, @Nullable CharPredicate ignoreCharDiff) Construct sequence from this builder using another based sequence which is character identical to this builder's baseSeq by length -
Uses of CharPredicate in com.vladsch.flexmark.util.sequence.mappers
Fields in com.vladsch.flexmark.util.sequence.mappers declared as CharPredicateModifier and TypeFieldDescription(package private) final @NotNull CharPredicateSpaceMapper.FromPredicate.myPredicate(package private) final CharPredicateSpecialLeadInCharsHandler.predicate(package private) final CharPredicateSpecialLeadInStartsWithCharsHandler.predicateMethods in com.vladsch.flexmark.util.sequence.mappers with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic @NotNull CharMapperSpaceMapper.toSpaces(@NotNull CharPredicate predicate) Constructors in com.vladsch.flexmark.util.sequence.mappers with parameters of type CharPredicateModifierConstructorDescription(package private)FromPredicate(@NotNull CharPredicate predicate) protectedSpecialLeadInCharsHandler(CharPredicate predicate) protectedSpecialLeadInStartsWithCharsHandler(CharPredicate predicate)
HtmlRendererOptions.languageDelimiterSetinstead