View

trait View[F[_], A]
Companion:
object
class Object
trait Matchable
class Any
View[F, A]

Value members

Abstract methods

def of(read: Stream[[_] =>> Rx[F, _$10], A]): Resource[F, HTMLElement]

Concrete methods

final def contramap[B](f: B => A): View[F, B]