Object

com.ibm.streamsx.topology.functions

FunctionConversions

Related Doc: package functions

Permalink

object FunctionConversions

Implicit function conversions for Scala to allow use of the IBM Streams Java Application API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunctionConversions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. implicit def toBiFunction[T1, T2, R](f: (T1, T2) ⇒ R): BiFunction[T1, T2, R] with WrapperFunction { def getWrappedFunction(): (T1, T2) => R }

    Permalink

    Implicit conversion for BiFunction.

    Implicit conversion for BiFunction. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.BiFunction.

  17. implicit def toConsumer[T](f: (T) ⇒ Unit): Consumer[T] with WrapperFunction { def getWrappedFunction(): T => Unit }

    Permalink

    Implicit conversion for Consumer.

    Implicit conversion for Consumer. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.Consumer.

  18. implicit def toFunction[T, U](f: (T) ⇒ U): Function[T, U] with WrapperFunction { def getWrappedFunction(): T => U }

    Permalink

    Implicit conversion for Function.

    Implicit conversion for Function. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.Function.

  19. implicit def toPredicate[T](f: (T) ⇒ Boolean): Predicate[T] with WrapperFunction { def getWrappedFunction(): T => Boolean }

    Permalink

    Implicit conversion for Predicate.

    Implicit conversion for Predicate. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.Predicate.

  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit def toSupplier[T](f: () ⇒ T): Supplier[T] with WrapperFunction { def getWrappedFunction(): () => T }

    Permalink

    Implicit conversion for Supplier.

    Implicit conversion for Supplier. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.Supplier.

  22. implicit def toToIntFunction[T](f: (T) ⇒ Int): ToIntFunction[T] with WrapperFunction { def getWrappedFunction(): T => Int }

    Permalink

    Implicit conversion for ToIntFunction.

    Implicit conversion for ToIntFunction. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.ToIntFunction.

  23. implicit def toUnaryOperator[T](f: (T) ⇒ T): UnaryOperator[T] with WrapperFunction { def getWrappedFunction(): T => T }

    Permalink

    Implicit conversion for UnaryOperator.

    Implicit conversion for UnaryOperator. Allows a Scala function to be passed into IBM Streams Java Application API methods that expect a com.ibm.streamsx.topology.function.UnaryOperator.

  24. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped