MethodSignature

com.typesafe.tools.mima.core.TastyUnpickler$.MethodSignature
final case class MethodSignature[T](params: List[ParamSig[T]], result: T) extends Signature[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Signature[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[U](f: T => U): MethodSignature[U]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def show: String

Attributes

Inherited from:
Signature