Sequence

oxygen.ui.web.PWidget.Sequence
See theSequence companion object
final case class Sequence[Env, Action, F[_], State](elemWidget: Int => Stateful[Env, Action, State], ops: Ops[F]) extends Stateful[Env, Action, F[State]]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, F[State], F[State]]
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