Created
September 6, 2014 19:56
-
-
Save MarioAriasC/b1bcf5628bb16644a6db to your computer and use it in GitHub Desktop.
Partial
This file contains 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
/** | |
* Marker class to be used as the representation of a non-appliled parameter | |
* | |
* Created by IntelliJ IDEA. | |
* @author Mario Arias | |
* Date: 6/09/14 | |
* Time: 11:07 | |
*/ | |
public class Partial<T> { | |
} | |
public fun <T> partial(): Partial<T> = Partial() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment