Last active
May 10, 2019 08:40
-
-
Save JacquesSmuts/f43755a820658b19f6c5fdd4fdb14eb4 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
inline fun <reified Interface, Input, Result> callFunction( | |
apiCall: [THE INTERCHANGEABLE BIT], | |
input: Input //If there is an input | |
): Result? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment