RVTCache

schrodinger.RVTCache
See theRVTCache companion object
final class RVTCache[F[_], S, A](val default: A)

Attributes

Companion:
object
Source:
RVTCache.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def set(value: A): RVT[F, S, Unit]

Attributes

Source:
RVTCache.scala

Concrete fields

val get: RVT[F, S, A]

Attributes

Source:
RVTCache.scala