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

rescala.extra.incremental.IncrementalApi.scala Maven / Gradle / Ivy

There is a newer version: 0.35.1
Show newest version
package rescala.extra.incremental

import rescala.interface.RescalaInterface

object IncrementalApi extends IncrementalBundle with RescalaInterface with rescala.Schedulers.Synchron {
  override type ReSource  = rescala.core.ReSource.of[State]
  final type SeqSource[A] = IncSeq[A]

  object SeqSource {
    def apply[A]: SeqSource[A] = empty[A]

    def empty[A]: SeqSource[A] = IncSeq.empty[A](scheduler)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy