all

object all extends ImageSyntax with TraverseImageSyntax
class Object
trait Matchable
class Any
all.type

Type members

Inherited classlikes

implicit class ImageOps(image: Image)
Inherited from:
ImageSyntax
final class ImageWriterIOOps[Format](image: Image)

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.

Inherited from:
ImageSyntax
final class ImageWriterOps[Format](image: Image)

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.

Inherited from:
ImageSyntax
implicit class TraverseImageOps[T[_]](val t: T[Image])
Inherited from:
TraverseImageSyntax

Value members

Inherited methods

def unitCallback[A]: Either[Throwable, A] => Unit
Inherited from:
ImageSyntax

Implicits

Inherited implicits

final implicit def ImageOps(image: Image): ImageOps
Inherited from:
ImageSyntax
final implicit def TraverseImageOps[T[_]](t: T[Image]): TraverseImageOps[T]
Inherited from:
TraverseImageSyntax