UseOps

kyo.Var.UseOps
final class UseOps[V](dummy: Unit) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

inline def apply[A, S](inline f: V => A < S)(using inline tag: Tag[Var[V]], inline frame: Frame): A < (Var[V] & S)

Invokes the provided function with the current value of the Var.

Invokes the provided function with the current value of the Var.

Attributes