Skip to content

Instantly share code, notes, and snippets.

@gszeliga
Created November 19, 2014 22:50
Show Gist options
  • Save gszeliga/50a1e92827b72e5a661a to your computer and use it in GitHub Desktop.
Save gszeliga/50a1e92827b72e5a661a to your computer and use it in GitHub Desktop.
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