stdlib: stream() for Map #KT-6547 Fixed
This commit is contained in:
@@ -6,6 +6,7 @@ fun streams(): List<GenericFunction> {
|
||||
val templates = arrayListOf<GenericFunction>()
|
||||
|
||||
templates add f("stream()") {
|
||||
include(Maps)
|
||||
doc { "Returns a stream from the given collection" }
|
||||
returns("Stream<T>")
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user