Packages

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. Protected

Type Members

  1. trait ImageSyntax extends AnyRef
  2. final class Base64Ops[Format] extends AnyRef

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

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

    Definition Classes
    ImageSyntax
  3. implicit class ImageOps extends AnyRef
    Definition Classes
    ImageSyntax
  4. 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
  5. trait TraverseImageSyntax extends AnyRef
  6. implicit class TraverseImageOps[T[_]] extends AnyRef
    Definition Classes
    TraverseImageSyntax

Value Members

  1. object core extends AngleSyntax with NormalizedSyntax with UnsignedByteSyntax

    The core object defines syntax for doodle.core, which is a convenient way to avoid pulling in Algebra syntax that may conflict with Image.

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

Inherited from TraverseImageSyntax

Inherited from ImageSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped