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

reactify.group.Group.scala Maven / Gradle / Ivy

package reactify.group

import reactify.Reactive

/**
  * Group represents a simple grouping of multiple underlying instances
  */
trait Group[T, R <: Reactive[T]] {
  def items: List[R]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy