Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
SimplifiableCallChain.html
blob: d89f73ef7c6eb4209e14cbfcf23da68f04be4a3d [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports two-call chains replaceable by a single call, e.g.
<b>
map {}.filterNotNull()
</b>
to
<b>
mapNotNull {}
</b>
.
</body>
</html>