Success

com.permutive.refreshable.CachedValue.Success
final case class Success[A](value: A) extends CachedValue[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CachedValue[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[B](f: A => B): CachedValue[B]

Attributes

Inherited from:
CachedValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product