Drop deprecated toGenerator and toLinkedList.
This commit is contained in:
@@ -104,13 +104,6 @@ fun snapshots(): List<GenericFunction> {
|
||||
body { "return this.toArrayList()" }
|
||||
}
|
||||
|
||||
templates add f("toLinkedList()") {
|
||||
include(Strings)
|
||||
doc { "Returns a [LinkedList] containing all elements." }
|
||||
returns("LinkedList<T>")
|
||||
deprecate { Deprecation("Use toCollection(LinkedList()) instead.", replaceWith = "toCollection(LinkedList())") }
|
||||
}
|
||||
|
||||
templates add f("toMap(selector: (T) -> K)") {
|
||||
inline(true)
|
||||
include(CharSequences)
|
||||
|
||||
Reference in New Issue
Block a user