Uses of Interface
com.vladsch.flexmark.util.misc.CharPredicate
-
-
Uses of CharPredicate in com.vladsch.flexmark.util.misc
Fields in com.vladsch.flexmark.util.misc declared as CharPredicate Modifier and Type Field Description static CharPredicateCharPredicate. ALLstatic CharPredicateCharPredicate. ANY_EOLstatic CharPredicateCharPredicate. ANY_EOL_NULstatic CharPredicateCharPredicate. BACKSLASHstatic CharPredicateCharPredicate. BINARY_DIGITSstatic CharPredicateCharPredicate. BLANKSPACEstatic CharPredicateCharPredicate. DECIMAL_DIGITSstatic CharPredicateCharPredicate. EOLstatic CharPredicateCharPredicate. FALSEDeprecated.static CharPredicateCharPredicate. HASHstatic CharPredicateCharPredicate. HEXADECIMAL_DIGITSstatic CharPredicateCharPredicate. LINE_SEPstatic CharPredicateCharPredicate. NONEstatic CharPredicateCharPredicate. OCTAL_DIGITSstatic CharPredicateCharPredicate. SLASHstatic CharPredicateCharPredicate. SPACEstatic CharPredicateCharPredicate. SPACE_ANY_EOLstatic CharPredicateCharPredicate. SPACE_EOLstatic CharPredicateCharPredicate. SPACE_TABstatic CharPredicateCharPredicate. SPACE_TAB_EOLstatic CharPredicateCharPredicate. SPACE_TAB_LINE_SEPstatic CharPredicateCharPredicate. SPACE_TAB_NBSPstatic CharPredicateCharPredicate. SPACE_TAB_NBSP_EOLstatic CharPredicateCharPredicate. SPACE_TAB_NBSP_LINE_SEPstatic CharPredicateCharPredicate. SPACE_TAB_NULstatic CharPredicateCharPredicate. SPACE_TAB_OR_NULDeprecated.static CharPredicateCharPredicate. TABstatic CharPredicateCharPredicate. TRUEDeprecated.static CharPredicateCharPredicate. WHITESPACEstatic CharPredicateCharPredicate. WHITESPACE_NBSPstatic CharPredicateCharPredicate. WHITESPACE_NBSP_OR_NULstatic CharPredicateCharPredicate. WHITESPACE_OR_NULMethods in com.vladsch.flexmark.util.misc that return CharPredicate Modifier and Type Method Description default @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 CharPredicate Modifier and Type Method Description default @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.
-