Package io.vavr.collection
Interface CharSeqModule.Combinations
-
- Enclosing interface:
- CharSeqModule
public static interface CharSeqModule.Combinations
-
-
Method Summary
Static Methods Modifier and Type Method Description static IndexedSeq<CharSeq>
apply(CharSeq elements, int k)
-
-
-
Method Detail
-
apply
static IndexedSeq<CharSeq> apply(CharSeq elements, int k)
-
-