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 CharMapper
MappedBasedSequence.mapper
private final CharMapper
MappedRichSequence.mapper
Methods in com.vladsch.flexmark.util.sequence that return CharMapperModifier and TypeMethodDescription@NotNull CharMapper
MappedBasedSequence.getCharMapper()
@NotNull CharMapper
MappedRichSequence.getCharMapper()
@NotNull CharMapper
MappedSequence.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 T
IRichSequenceBase.appendRangesTo
(@NotNull StringBuilder out, @Nullable CharMapper charMapper, Range... ranges) final T
IRichSequenceBase.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 T
IRichSequenceBase.appendTo
(@NotNull StringBuilder out, @Nullable CharMapper charMapper) final T
IRichSequenceBase.appendTo
(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex) final T
IRichSequenceBase.appendTo
(@NotNull StringBuilder out, @Nullable CharMapper charMapper, int startIndex, int endIndex) static @NotNull BasedSequence
MappedBasedSequence.mappedOf
(@NotNull BasedSequence baseSeq, @NotNull CharMapper mapper) static RichSequence
MappedRichSequence.mappedOf
(CharMapper mapper, RichSequence baseSeq) static RichSequence
MappedRichSequence.mappedOf
(CharMapper mapper, RichSequence baseSeq, int startIndex) static RichSequence
MappedRichSequence.mappedOf
(CharMapper mapper, RichSequence baseSeq, int startIndex, int endIndex) @NotNull BasedSequence
BasedSequenceImpl.toMapped
(CharMapper mapper) IRichSequence.toMapped
(CharMapper mapper) @NotNull BasedSequence
MappedBasedSequence.toMapped
(CharMapper mapper) @NotNull RichSequence
MappedRichSequence.toMapped
(CharMapper mapper) @NotNull RichSequence
RichSequenceImpl.toMapped
(CharMapper mapper) Constructors in com.vladsch.flexmark.util.sequence with parameters of type CharMapperModifierConstructorDescriptionprivate
MappedBasedSequence
(BasedSequence baseSeq, CharMapper mapper) private
MappedRichSequence
(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 class
private static class
private static class
private static class
private static class
private static class
private static class
Fields in com.vladsch.flexmark.util.sequence.mappers declared as CharMapperModifier and TypeFieldDescriptionstatic final CharMapper
NullEncoder.decodeNull
static final CharMapper
NullEncoder.encodeNull
static final CharMapper
SpaceMapper.fromNonBreakSpace
static final CharMapper
CharMapper.IDENTITY
static final CharMapper
ChangeCase.toLowerCase
static final CharMapper
SpaceMapper.toNonBreakSpace
static final CharMapper
ChangeCase.toUpperCase
Methods in com.vladsch.flexmark.util.sequence.mappers that return CharMapperModifier and TypeMethodDescriptiondefault CharMapper
CharMapper.andThen
(CharMapper after) Returns a composed operator that first applies this operator to its input, and then applies theafter
operator to the result.default CharMapper
CharMapper.compose
(CharMapper before) Returns a composed operator that first applies thebefore
operator to its input, and then applies this operator to the result.static CharMapper
CharMapper.identity()
Returns a unary operator that always returns its input argument.static @NotNull CharMapper
SpaceMapper.toSpaces
(@NotNull CharPredicate predicate) Methods in com.vladsch.flexmark.util.sequence.mappers with parameters of type CharMapperModifier and TypeMethodDescriptiondefault CharMapper
CharMapper.andThen
(CharMapper after) Returns a composed operator that first applies this operator to its input, and then applies theafter
operator to the result.default CharMapper
CharMapper.compose
(CharMapper before) Returns a composed operator that first applies thebefore
operator to its input, and then applies this operator to the result.