Skip to content

Instantly share code, notes, and snippets.

@Alex009
Created March 12, 2020 06:09
Show Gist options
  • Save Alex009/5f6d374b14847e8e85c0b52e2cbd90d0 to your computer and use it in GitHub Desktop.
Save Alex009/5f6d374b14847e8e85c0b52e2cbd90d0 to your computer and use it in GitHub Desktop.
fun report(b: Any?, c: Any) {
val a = b?.calculate().intersect(c) ?: return
if(a.total <= 100) return
val c = a.convert()
reportTotal(c, fullData = a)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment