Packages

p

doodle.image

syntax

package syntax

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. TraverseImageSyntax
  3. ImageSyntax
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ImageSyntax extends AnyRef
  2. implicit class ImageOps extends AnyRef
    Definition Classes
    ImageSyntax
  3. final class ImageWriterOps[Format] extends AnyRef

    This strange construction allows the user to write anImage.write[AFormat](filename) without having to specify other, mostly irrelevant to the user, type parameters.

    This strange construction allows the user to write anImage.write[AFormat](filename) without having to specify other, mostly irrelevant to the user, type parameters.

    Definition Classes
    ImageSyntax
  4. trait TraverseImageSyntax extends AnyRef
  5. implicit class TraverseImageOps[T[_]] extends AnyRef
    Definition Classes
    TraverseImageSyntax

Value Members

  1. object image extends ImageSyntax
  2. object traverse extends TraverseImageSyntax

Inherited from TraverseImageSyntax

Inherited from ImageSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped