StrFnCacheParam

final case class StrFnCacheParam[A](paths: List[StrFnCachePath[A]])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Implicitly added by option
def widen[B >: A](implicit ct: ClassTag[A]): StrFnCacheParam[B]
Implicitly added by option
def widen[B >: A](implicit ct: ClassTag[A]): StrFnCacheParam[B]
def xmap[B](f: A => B)(g: B => A): StrFnCacheParam[B]
Implicitly added by option
def xmap[B](f: A => B)(g: B => A): StrFnCacheParam[B]

Inherited methods

def productElementNames: Iterator[String]
Implicitly added by option
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Implicitly added by option
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product