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

intent.core.observable.scala Maven / Gradle / Ivy

The newest version!
package intent.core

/**
  * Used as callback when running a test suite, for reporting test events.
  * Originally part of a simple Observable pattern implementation, but this
  * is all we need right now.
  */
trait Subscriber[T]
  def onNext(event: T): Unit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy