Uses of Interface
io.vavr.collection.CharSeq.CharFunction
-
Packages that use CharSeq.CharFunction Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of CharSeq.CharFunction in io.vavr.collection
Methods in io.vavr.collection with parameters of type CharSeq.CharFunction Modifier and Type Method Description CharSeqCharSeq. flatMapChars(@NonNull CharSeq.CharFunction<? extends java.lang.CharSequence> mapper)FlatMaps thisCharSeqto a newCharSeqby applying aCharFunctionto each character, which returns aCharSequence, and concatenating the results.
-