Packages

package syntax

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

Type Members

  1. trait ImageSyntax extends AnyRef
  2. implicit class ImageOps extends AnyRef
    Definition Classes
    ImageSyntax
  3. final class ImageWriterIOOps[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. 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 JvmImageSyntax extends ImageSyntax
  6. implicit class Base64ImageOps extends AnyRef
    Definition Classes
    JvmImageSyntax
  7. 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
    JvmImageSyntax
  8. trait TraverseImageSyntax extends AnyRef
  9. implicit class TraverseImageOps[T[_]] extends AnyRef
    Definition Classes
    TraverseImageSyntax

Value Members

  1. def unitCallback[A]: (Either[Throwable, A]) => Unit
    Definition Classes
    ImageSyntax
  2. 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.

  3. object image extends JvmImageSyntax
  4. object traverse extends TraverseImageSyntax

Inherited from TraverseImageSyntax

Inherited from JvmImageSyntax

Inherited from ImageSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped