Join Slack
Powered by
okay, I think I understand that - invert the boole...
# arrow
s
sitepodmatt
03/06/2019, 6:02 AM
okay, I think I understand that - invert the boolean return from the eq - but why doesn't it create the extension method for eqv too
Copy code
fun User.eqv(arg1: User): Boolean = personal.User.eq().run { this@eqv.eqv(arg1) }
Open in Slack
Previous
Next