Uses of Interface
io.vavr.collection.CharSeq.CharFunction
Packages that use CharSeq.CharFunction
-
Uses of CharSeq.CharFunction in io.vavr.collection
Methods in io.vavr.collection with parameters of type CharSeq.CharFunctionModifier and TypeMethodDescriptionCharSeq.flatMapChars(@NonNull CharSeq.CharFunction<? extends CharSequence> mapper) FlatMaps thisCharSeqto a newCharSeqby applying aCharFunctionto each character, which returns aCharSequence, and concatenating the results.