Skip to content

Instantly share code, notes, and snippets.

@SteefH
Created October 9, 2017 08:19
package nl.infi.thingamabob.data
package object mapping {
implicit class MappedToSyntax[Source](val sourceInstance: Source) extends AnyVal {
def mappedTo[Target] = ??? // uhmm....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment