MethodInfo

case
class MethodInfo(method: Method, returnType: TypeInfo, parameters: ArraySeq[ParamInfo]) extends Ordered[MethodInfo]
trait Serializable
trait Product
trait Equals
trait Ordered[MethodInfo]
trait Comparable[MethodInfo]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def compare(o: MethodInfo): Int
Definition Classes
Ordered
def isOver(o: MethodInfo): Boolean

check this method if is perferred over given method

check this method if is perferred over given method

def matches(args: Any*): Boolean
override
def toString(): String
Definition Classes
Any

Inherited methods

def <(that: MethodInfo): Boolean
Inherited from
Ordered
def <=(that: MethodInfo): Boolean
Inherited from
Ordered
def >(that: MethodInfo): Boolean
Inherited from
Ordered
def >=(that: MethodInfo): Boolean
Inherited from
Ordered
def compareTo(that: MethodInfo): Int
Inherited from
Ordered
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product