All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.phobos.derivation.Deferred.scala Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package ru.tinkoff.phobos.derivation

/*
 * Copy-pasted from https://github.com/propensive/magnolia
 */

import scala.annotation.compileTimeOnly

@compileTimeOnly("Deferred is used for derivation of recursive typeclasses")
object Deferred { def apply[T](method: String): T = ??? }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy