AttributeValueChangingInterceptor

org.finos.morphir.util.attribs.AttributeValueChangingInterceptor
See theAttributeValueChangingInterceptor companion object
sealed trait AttributeValueChangingInterceptor[A] extends (A, A) => A

Attributes

Companion
object
Graph
Supertypes
trait (A, A) => A
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply(v1: A, v2: A): A

Attributes

Inherited from:
Function2
def curried: A => A => A

Attributes

Inherited from:
Function2
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((A, A)) => A

Attributes

Inherited from:
Function2