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

com.github.anicolaspp.Event.scala Maven / Gradle / Ivy

package com.github.anicolaspp

trait Event[A] {
  def value: A
}

case class E[A](value: A) extends Event[A]






© 2015 - 2024 Weber Informatics LLC | Privacy Policy