Class

com.bnd.function.domain

AbstractFunction

Related Doc: package domain

Permalink

abstract class AbstractFunction[IN, OUT] extends TechnicalDomainObject with Function[IN, OUT]

Linear Supertypes
Function[IN, OUT], TechnicalDomainObject, DomainObject[Long], Serializable, KeyHolder[Long], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractFunction
  2. Function
  3. TechnicalDomainObject
  4. DomainObject
  5. Serializable
  6. KeyHolder
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractFunction(inputClazz: Class[IN], outputClazz: Class[OUT])

    Permalink
    Attributes
    protected[com.bnd.function.domain]
  2. new AbstractFunction()

    Permalink
    Attributes
    protected[com.bnd.function.domain]

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copyFrom(arg0: DomainObject[Long]): Unit

    Permalink
    Definition Classes
    DomainObject
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getArity(): Integer

    Permalink
    Definition Classes
    AbstractFunctionFunction
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getId(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  13. def getInputClazz(): Class[IN]

    Permalink
  14. def getInputClazzName(): String

    Permalink
  15. def getKey(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  16. def getOutputClazz(): Class[OUT]

    Permalink
  17. def getOutputClazzName(): String

    Permalink
  18. def getReferencedVariableIndeces(): Set[Integer]

    Permalink
    Definition Classes
    AbstractFunctionFunction
  19. def getReferencedVariables(): Set[String]

    Permalink
    Definition Classes
    AbstractFunctionFunction
  20. def getVersion(): Long

    Permalink
    Definition Classes
    TechnicalDomainObject
  21. def hashCode(): Int

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def setArity(arity: Integer): Unit

    Permalink
  27. def setId(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  28. def setInputClazz(inputClazz: Class[IN]): Unit

    Permalink
  29. def setInputClazzName(inputClazzName: String): Unit

    Permalink
  30. def setKey(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject → KeyHolder
  31. def setOutputClazz(outputClazz: Class[OUT]): Unit

    Permalink
  32. def setOutputClazzName(outputClazzName: String): Unit

    Permalink
  33. def setVersion(arg0: Long): Unit

    Permalink
    Definition Classes
    TechnicalDomainObject
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    DomainObject → AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Function[IN, OUT]

Inherited from TechnicalDomainObject

Inherited from DomainObject[Long]

Inherited from Serializable

Inherited from KeyHolder[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped