FrpExtensions

it.unibo.distributedfrp.frp.FrpExtensions$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object given_Liftable_Cell extends Liftable[[A <: <FromJavaObject>] =>> Cell[A]]

Attributes

Graph
Supertypes
trait Liftable[[A <: <FromJavaObject>] =>> Cell[A]]
class Object
trait Matchable
class Any
Self type

Extensions

Extensions

extension [A](cell: Cell[A])
def calm: Cell[A]
def flatMap[B](f: A => Cell[B]): Cell[B]
extension [A](stream: Stream[Option[A]])
def onlyIfDefined: Stream[A]
extension [A](stream: Stream[A])
def bufferByTime[T](timerSystem: SecondsTimerSystem, span: Double, f: Iterable[A] => T): Stream[T]
def calm(init: Lazy[Option[A]]): Stream[A]
def calm: Stream[A]
def filterByPrevious(predicate: (A, A) => Boolean, init: Lazy[Option[A]]): Stream[A]
def filterMap[B](f: A => Option[B]): Stream[B]
def throttle(timerSystem: SecondsTimerSystem, span: Double): Stream[A]