Main

example.Main
object Main

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Type members

Classlikes

final case class AdjectiveView()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Todo(title: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def adjectiveStream: Signal[String]
def body: ReactiveHtmlElement[HTMLDivElement]
def main(args: Array[String]): Unit
def randomAdjective: String
def rotate[A](start: Int, take: Int, as: Vector[A]): Vector[A]
def todosView: ReactiveHtmlElement[HTMLDivElement]
def wobble: Signal[Double]

Concrete fields

lazy val adjectives: Array[String]
val animusText: ReactiveHtmlElement[HTMLDivElement]
val article: Signal[String]
val colors: List[String]
val todos: Vector[Todo]
val todosSignal: Signal[Vector[(Todo, Int)]]

Extensions

Extensions

extension (c: Char)
def isVowel: Boolean