doodle.interact.syntax

Type members

Inherited classlikes

class AnimateObservableOps[Alg <: ([x[_]] =>> Algebra[x]), F[_], A](frames: Observable[Picture[Alg, F, A]])
class AnimateToObservableOps[Alg <: ([x[_]] =>> Algebra[x]), F[_], G[_], A](frames: G[Picture[Alg, F, A]])
class AnimationWriterObservableLikeOps[Alg <: ([x[_]] =>> Algebra[x]), F[_], G[_], A](frames: G[Picture[Alg, F, A]])
Inherited from
AnimationWriterSyntax
class AnimationWriterObservableOps[Alg <: ([x[_]] =>> Algebra[x]), F[_], A](frames: Observable[Picture[Alg, F, A]])
Inherited from
AnimationWriterSyntax
class InterpolationBuilderOps[A](start: A)
Inherited from
InterpolationSyntax
class MouseClickOps[Canvas](canvas: Canvas)
Inherited from
MouseClickSyntax
class MouseMoveOps[Canvas](canvas: Canvas)
Inherited from
MouseMoveSyntax
class MouseOverOps[F[_], A](picture: F[A])
Inherited from
MouseOverSyntax
class MouseOverPictureOps[Alg <: ([x[_]] =>> MouseOver[x]), F[_], A](picture: Picture[Alg, F, A])
Inherited from
MouseOverSyntax
class RedrawOps[Canvas](canvas: Canvas)
Inherited from
RedrawSyntax

Value members

Inherited methods

def animationWriterNullCallback[A](r: Either[Throwable, A]): Unit
Inherited from
AnimationWriterSyntax
def nullCallback[A](r: Either[Throwable, A]): Unit

Inherited fields

val theNullCallback: Either[Throwable, Any] => Unit