case object IdentityEdgeFunction extends EdgeFunction[Nothing] with Product with Serializable
Special edge function representing an identity edge function.
- Source
- EdgeFunction.scala
- Alphabetic
- By Inheritance
- IdentityEdgeFunction
- Serializable
- Product
- Equals
- EdgeFunction
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def composeWith[V <: IDEValue](secondEdgeFunction: EdgeFunction[V]): EdgeFunction[V]
Compose two edge functions
Compose two edge functions
- secondEdgeFunction
the edge function that is applied after this one
- returns
an edge function computing the same values as first applying this edge function and then applying the result to the second edge function
- Definition Classes
- IdentityEdgeFunction → EdgeFunction
- def compute[V](sourceValue: V): V
Compute the value of the edge function
Compute the value of the edge function
- sourceValue
the incoming parameter value
- Definition Classes
- IdentityEdgeFunction → EdgeFunction
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals[V <: IDEValue](otherEdgeFunction: EdgeFunction[V]): Boolean
Check whether two edge functions are equal (s.t.
Check whether two edge functions are equal (s.t. they produce the same result for same source values)
- Definition Classes
- IdentityEdgeFunction → EdgeFunction
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def meet[V <: IDEValue](otherEdgeFunction: EdgeFunction[V]): EdgeFunction[V]
Combine two edge functions via meet semantics
Combine two edge functions via meet semantics
- Definition Classes
- IdentityEdgeFunction → EdgeFunction
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated