p

pipes

package pipes

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

Type Members

  1. final class Batch[In <: InState, Out <: OutState] extends ObservableOp[FilesBatch, Batch[In, Out]]
  2. final case class BatchContext(inputDir: File, outputDir: File) extends Product with Serializable
  3. case class BatchFailure(file: File, reason: Throwable) extends BatchResult with Product with Serializable
  4. sealed trait BatchResult extends AnyRef
  5. final case class BatchStep(name: String, run: (BatchContext, Seq[File]) => Seq[BatchResult]) extends Product with Serializable
  6. case class BatchSuccess(file: File) extends BatchResult with Product with Serializable
  7. type FilesBatch = Seq[File]
  8. sealed trait InMissing extends InState
  9. sealed trait InPresent extends InState
  10. sealed trait InState extends AnyRef
  11. trait ObservableOp[A, Self] extends AnyRef
  12. sealed trait OutMissing extends OutState
  13. sealed trait OutPresent extends OutState
  14. sealed trait OutState extends AnyRef
  15. final class Pipe[In <: InState, Out <: OutState] extends ObservableOp[ImmutableImage, Pipe[In, Out]]
  16. implicit final class TransformationResultOps extends AnyVal
  17. final case class TransformationStep(name: String, run: (ImmutableImage) => ImmutableImage) extends Product with Serializable

Value Members

  1. object Batch
  2. object Pipe

Inherited from AnyRef

Inherited from Any

Ungrouped