EOBndRepr

trait EOBndRepr[R, NR]

Type class for bindable EO representation, i. e. types that can represent EO code that can be bound to a variable.

Type parameters:
NR

Type of the name in EO to which the EO code represented as R will be bound.

R

Type of the EO code.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def bindToName: R => NR => R