Created
February 28, 2018 14:56
-
-
Save edwardharks/4bef6ad8a2a9977395eee80ba17a7965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| infix fun User.selects(block: SelectsActions.() -> Unit): User { | |
| block.invoke(SelectsActions) | |
| return this | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment