Foreach

oxygen.ui.web.PWidget.Foreach
final case class Foreach[S[_], I, Env, Action, StateGet, StateSet <: StateGet](input: S[I], f: I => PWidget[Env, Action, StateGet, StateSet])(using evidence$1: SeqRead[S]) extends PWidget[Env, Action, StateGet, StateSet]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, StateGet, StateSet]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product