Created
November 19, 2014 22:50
-
-
Save gszeliga/50a1e92827b72e5a661a 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
package com.covariantblabbering | |
package object rotatingmap { | |
type OnExpiration[K,V] = ((K,V)) => Unit | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment