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

izumi.fundamentals.platform.functional.package.scala Maven / Gradle / Ivy

package izumi.fundamentals.platform

package object functional {
  final type Identity[+A] = A
  object Identity {
    def apply[A](a: A): Identity[A] = a
  }

  final type Identity2[+E, +A] = A
  final type Identity3[-R, +E, +A] = A
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy