All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rescala.operator.cutOutOfUserComputation.scala Maven / Gradle / Ivy

There is a newer version: 0.35.1
Show newest version
package rescala.operator

import scala.annotation.StaticAnnotation

/** Annotated definitions are cut out of any reactive macro and only evaluated once when the reactive is created.
  * This causes more dependencies to be static and reduces the number of unnecessarily created reactives.
  */
class cutOutOfUserComputation extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy