geotrellis.logic.applicative

Pure

case class Pure[Z](z: Z, evidence$1: Manifest[Z]) extends Op0[Z] with Product with Serializable

This corresponds to Haskell's "pure" on Functor.

Linear Supertypes
Serializable, Serializable, Op0[Z], Operation[Z], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Pure
  2. Serializable
  3. Serializable
  4. Op0
  5. Operation
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pure(z: Z)(implicit arg0: Manifest[Z])

Type Members

  1. type Args = List[Any]

    Definition Classes
    Operation
  2. type Steps = PartialFunction[Any, StepOutput[Z]]

    Definition Classes
    Operation

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def _run(context: Context): StepOutput[Z]

    Definition Classes
    Op0Operation
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    Pure → Equals
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val debug: Boolean

    Definition Classes
    Operation
  11. def dispatch(dispatcher: ActorRef): DispatchedOperation[Z]

    Definition Classes
    Operation
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Pure → Equals → AnyRef → Any
  14. def finalize(): Unit

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

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

    Definition Classes
    Pure → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Definition Classes
    Operation
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. val nextSteps: Steps

    Definition Classes
    Op0Operation
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def productArity: Int

    Definition Classes
    Pure → Product
  24. def productElement(arg0: Int): Any

    Definition Classes
    Pure → Product
  25. def productIterator: Iterator[Any]

    Definition Classes
    Product
  26. def productPrefix: String

    Definition Classes
    Pure → Product
  27. def run(context: Context): StepOutput[Z]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Definition Classes
    Operation
  28. def runAsync(args: Args): StepOutput[Z]

    Definition Classes
    Operation
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    Pure → AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. val z: Z

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Op0[Z]

Inherited from Operation[Z]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any