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

.uniform.core_sjs1_2.13.5.0.0-RC6.source-code.Needs.scala Maven / Gradle / Ivy

The newest version!
package ltbs.uniform

import scala.language.higherKinds

sealed trait Needs[-T, +A]

object Needs {

  trait Interact[T, A] extends Needs[T, A]
  trait AskList[A] extends Needs[Unit, A]
  trait Convert[F[_], A] extends Needs[Unit, F[A]]
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy