Trait

spinal.lib.misc.pipeline

NodeApi

Related Doc: package pipeline

Permalink

trait NodeApi extends NodeBaseApi

Linear Supertypes
NodeBaseApi, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeApi
  2. NodeBaseApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BundlePimper[T <: Bundle] extends AnyRef

    Permalink
    Definition Classes
    NodeBaseApi

Abstract Value Members

  1. abstract def getNode: Node

    Permalink

Concrete 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. def apply(subKey: Seq[Any]): OffsetApi

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  5. def apply[T <: Data](key: Payload[T]): T

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  6. def apply(key: NamedTypeKey): Data

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  7. def apply[T <: Data](key: Payload[T], subKey: Any): T

    Permalink
    Definition Classes
    NodeBaseApi
  8. def arbitrateFrom[T <: Data](that: Flow[T]): Unit

    Permalink
  9. def arbitrateFrom[T <: Data](that: Stream[T]): Unit

    Permalink
  10. def arbitrateTo[T <: Data](that: Flow[T]): Unit

    Permalink
  11. def arbitrateTo[T <: Data](that: Stream[T]): Unit

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. implicit def bundlePimper[T <: Bundle](stageable: Payload[T]): BundlePimper[T]

    Permalink
    Definition Classes
    NodeBaseApi
  14. def cancel: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def defaultKey: Any

    Permalink
  17. def driveFrom[T <: Data](that: Flow[T])(con: (Node, T) ⇒ Unit): Unit

    Permalink
  18. def driveFrom[T <: Data](that: Stream[T])(con: (Node, T) ⇒ Unit): Unit

    Permalink
  19. def driveTo[T <: Data](that: Flow[T])(con: (T, Node) ⇒ Unit): Unit

    Permalink
  20. def driveTo[T <: Data](that: Stream[T])(con: (T, Node) ⇒ Unit): Unit

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def insert[T <: Data](that: T): Payload[T]

    Permalink
    Definition Classes
    NodeBaseApi
  26. def isCancel: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  27. def isCanceling: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  28. def isFiring: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isMoving: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  31. def isReady: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  32. def isValid: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  33. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def ready: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  37. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T

    Permalink
    Definition Classes
    NodeBaseApi
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def valid: Bool

    Permalink
    Definition Classes
    NodeApiNodeBaseApi
  41. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NodeBaseApi

Inherited from AnyRef

Inherited from Any

Ungrouped