MethodImpl

trait MethodImpl[A, +R]

Basically Function1, but not because we don't want these coming up when implicit search happens...

class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(a: A): R