Packages

object StreamingExecutable extends StreamingExecutable[Rep[Any], Any, Any]

A prototype StreamingExecutable instance for Rep types.

Source
Compiled.scala
Linear Supertypes
StreamingExecutable[Rep[Any], Any, Any], Executable[Rep[Any], Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingExecutable
  2. StreamingExecutable
  3. Executable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[T <: Rep[_], TU, EU]: StreamingExecutable[T, TU, EU]
  2. def toNode(value: Rep[Any]): Node
    Definition Classes
    StreamingExecutableExecutable