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

xitrum.RequestVar.scala Maven / Gradle / Ivy

The newest version!
package xitrum

import xitrum.scope.request.At

class RequestVar[+A](implicit m: Manifest[A]) extends OptVar[A] {
  def getAll(implicit action: Action): At = action.at
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy