given_Splittable_Computable

works.iterative.ui.components.laminar.AirstreamExtensions.given_Splittable_Computable
object given_Splittable_Computable extends Splittable[Computable]

Attributes

Graph
Supertypes
trait Splittable[Computable]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def empty[A]: Computable[A]

Attributes

Definition Classes
Splittable
override def foreach[A](inputs: Computable[A], f: A => Unit): Unit

Equivalent of list.foreach(f)

Equivalent of list.foreach(f)

Attributes

Definition Classes
Splittable
override def map[A, B](inputs: Computable[A], project: A => B): Computable[B]

Equivalent of list.map(project)

Equivalent of list.map(project)

Attributes

Definition Classes
Splittable

Inherited methods

def findUpdate[A](inputs: Computable[A], predicate: A => Boolean, newItem: A): Computable[A]

Find the FIRST item matching predicate, and return a collection with it updated

Find the FIRST item matching predicate, and return a collection with it updated

Attributes

Inherited from:
Splittable
def findUpdateByIndex[A](inputs: Computable[A], index: Int, newItem: A): Computable[A]

Attributes

Inherited from:
Splittable
def zipWithIndex[A](inputs: Computable[A]): Computable[(A, Int)]

Attributes

Inherited from:
Splittable