Uses of Interface
com.vladsch.flexmark.util.sequence.mappers.CharMapper
Packages that use CharMapper
-
Uses of CharMapper in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as CharMapperModifier and TypeFieldDescriptionprivate final CharMapperMappedBasedSequence.mapperprivate final CharMapperMappedRichSequence.mapperMethods in com.vladsch.flexmark.util.sequence that return CharMapperModifier and TypeMethodDescription@NotNull CharMapperMappedBasedSequence.getCharMapper()@NotNull CharMapperMappedRichSequence.getCharMapper()@NotNull CharMapperMappedSequence.getCharMapper()Methods in com.vladsch.flexmark.util.sequence with parameters of type CharMapperModifier and TypeMethodDescriptionIRichSequence.appendRangesTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, Range... ranges) Append given ranges of this sequence to string builderIRichSequence.appendRangesTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, Iterable<? extends Range> ranges) final TIRichSequenceBase.appendRangesTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, Range... ranges) final TIRichSequenceBase.appendRangesTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, Iterable<? extends Range> ranges) IRichSequence.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper) IRichSequence.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex) IRichSequence.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex, int endIndex) Append helpersfinal TIRichSequenceBase.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper) final TIRichSequenceBase.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex) final TIRichSequenceBase.appendTo(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex, int endIndex) static @NotNull BasedSequenceMappedBasedSequence.mappedOf(@NotNull BasedSequence baseSeq, @NotNull CharMapper mapper) static RichSequenceMappedRichSequence.mappedOf(CharMapper mapper, RichSequence baseSeq) static RichSequenceMappedRichSequence.mappedOf(CharMapper mapper, RichSequence baseSeq, int startIndex) static RichSequenceMappedRichSequence.mappedOf(CharMapper mapper, RichSequence baseSeq, int startIndex, int endIndex) @NotNull BasedSequenceBasedSequenceImpl.toMapped(CharMapper mapper) IRichSequence.toMapped(CharMapper mapper) @NotNull BasedSequenceMappedBasedSequence.toMapped(CharMapper mapper) @NotNull RichSequenceMappedRichSequence.toMapped(CharMapper mapper) @NotNull RichSequenceRichSequenceImpl.toMapped(CharMapper mapper) Constructors in com.vladsch.flexmark.util.sequence with parameters of type CharMapperModifierConstructorDescriptionprivateMappedBasedSequence(BasedSequence baseSeq, CharMapper mapper) privateMappedRichSequence(CharMapper mapper, RichSequence baseSeq) -
Uses of CharMapper in com.vladsch.flexmark.util.sequence.mappers
Classes in com.vladsch.flexmark.util.sequence.mappers that implement CharMapperModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classFields in com.vladsch.flexmark.util.sequence.mappers declared as CharMapperModifier and TypeFieldDescriptionstatic final CharMapperNullEncoder.decodeNullstatic final CharMapperNullEncoder.encodeNullstatic final CharMapperSpaceMapper.fromNonBreakSpacestatic final CharMapperCharMapper.IDENTITYstatic final CharMapperChangeCase.toLowerCasestatic final CharMapperSpaceMapper.toNonBreakSpacestatic final CharMapperChangeCase.toUpperCaseMethods in com.vladsch.flexmark.util.sequence.mappers that return CharMapperModifier and TypeMethodDescriptiondefault CharMapperCharMapper.andThen(CharMapper after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default CharMapperCharMapper.compose(CharMapper before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.static CharMapperCharMapper.identity()Returns a unary operator that always returns its input argument.static @NotNull CharMapperSpaceMapper.toSpaces(@NotNull CharPredicate predicate) Methods in com.vladsch.flexmark.util.sequence.mappers with parameters of type CharMapperModifier and TypeMethodDescriptiondefault CharMapperCharMapper.andThen(CharMapper after) Returns a composed operator that first applies this operator to its input, and then applies theafteroperator to the result.default CharMapperCharMapper.compose(CharMapper before) Returns a composed operator that first applies thebeforeoperator to its input, and then applies this operator to the result.