Drop mapNotNull operation support
This commit is contained in:
committed by
Yan Zhulanow
parent
b31db50ba1
commit
da5cbeb92b
+2
-2
@@ -15,8 +15,8 @@ class KotlinSequencesSupport : LibrarySupportBase() {
|
||||
addIntermediateOperationsSupport(*filterOperations("filter", "filterNot", "filterIndexed",
|
||||
"filterIsInstance", "drop", "dropWhile", "minus", "minusElement", "take", "takeWhile", "onEach"))
|
||||
|
||||
addIntermediateOperationsSupport(*mapOperations("map", "mapNotNull", "mapIndexed",
|
||||
"requireNoNulls", "withIndex", "zip", "constrainOnce"))
|
||||
addIntermediateOperationsSupport(*mapOperations("map", "mapIndexed", "requireNoNulls", "withIndex",
|
||||
"zip", "constrainOnce"))
|
||||
|
||||
addIntermediateOperationsSupport(*flatMapOperations("flatMap", "flatten"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user