SourceConst

final case class SourceConst[A](source: String) extends ExprParam[A]
trait Serializable
trait Product
trait Equals
trait ExprParam[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def contramap[B](f: B => A): ExprParam[B]
Definition Classes

Inherited methods

final def narrow[B <: A]: ExprParam[B]
Inherited from
ExprParam
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product