Adds skeleton pages for gunzip and inflate. (#29214)

This commit is contained in:
Ignasi Marimon-Clos 2020-06-10 09:51:11 +02:00 committed by GitHub
parent 7e69b990b9
commit 0c88b4ba10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 2 deletions

View file

@ -97,8 +97,7 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
"fromGraph",
"actorSubscriber",
"foldAsync",
"newOnCompleteStage"),
"Compression" -> Seq("inflate", "gunzip"))
"newOnCompleteStage"))
val ignore =
Set("equals", "hashCode", "notify", "notifyAll", "wait", "toString", "getClass") ++