scala.reactive

calc

package calc

Visibility
  1. Public
  2. All

Type Members

  1. trait RefValFun[-T, +S] extends AnyRef

    A function from an object T to a value S.

    A function from an object T to a value S.

    Note: A Scala standard library function that maps from primitive types to value types will undergo boxing. This trait exists to avoid this.

Ungrouped