This can be changed to
```scala
... match {
case Some(value) if condition => ...
case _ => ...
}
```
to avoid duplications.[ Full content available at: https://github.com/apache/incubator-openwhisk/pull/4058 ] This message was relayed via gitbox.apache.org for [email protected]
