Object

reactify.TransformableChannel

transform

Related Doc: package TransformableChannel

Permalink

object transform

Functionality for transformations

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transform
  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. def apply(value: T, fireResult: Boolean = true): Option[T]

    Permalink

    Applies transformations to the supplied value.

    Applies transformations to the supplied value. The default operation of this method works exactly like calling fire except you also get the benefit of receiving the transformation result.

    value

    the value to transform

    fireResult

    whether the resulting value should be fired on the channel. Defaults to true.

    returns

    the result of the transformations

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attach(f: (TransformableValue[T]) ⇒ TransformResult[T], priority: Double = Listener.Priority.Normal): TransformingListener[T]

    Permalink

    Attaches a simple functional transformation.

    Attaches a simple functional transformation. Wraps observe as a convenience method.

    f

    function that gets converted to a TransformingListener

    priority

    the priority. Defaults to Normal.

    returns

    the created TransformingListener

  7. def clear(): Unit

    Permalink

    Clears all added transforming listeners from this TransfomableChannel.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def detach(listener: TransformingListener[T]): Unit

    Permalink

    Detaches a TransformingListener from this TransformableChannel.

    Detaches a TransformingListener from this TransformableChannel.

    listener

    the listener to detach

  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def observe(listener: TransformingListener[T]): TransformingListener[T]

    Permalink

    Adds a TransformingListener to this channel that will be invoked before any listeners are called.

    Adds a TransformingListener to this channel that will be invoked before any listeners are called.

    listener

    the listener to add

    returns

    the listener supplied

  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped