implicit class AnimateToObservableOps[Alg[x[_]] <: Algebra[x[_]], F[_], G[_], A] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnimateToObservableOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnimateToObservableOps(frames: G[Picture[Alg, F, A]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
animateFrames[Frame, Canvas](frame: Frame, cb: (Either[Throwable, A]) ⇒ Unit = theNullCallback)(implicit a: AnimationRenderer[Canvas], e: Renderer[Alg, F, Frame, Canvas], r: Redraw[Canvas], s: Scheduler, o: ObservableLike[G], m: Monoid[A]): Unit
Animate a source of frames that is not producing those frames at a rate that is suitable for animation.
-
def
animateFramesToIO[Frame, Canvas](frame: Frame)(implicit a: AnimationRenderer[Canvas], e: Renderer[Alg, F, Frame, Canvas], r: Redraw[Canvas], s: Scheduler, o: ObservableLike[G], m: Monoid[A]): IO[A]
Create an effect that, when run, will animate a source of frames that is not producing those frames at a rate that is suitable for animation.
- def animateFramesWithCanvas[Canvas](canvas: Canvas, cb: (Either[Throwable, A]) ⇒ Unit = theNullCallback)(implicit a: AnimationRenderer[Canvas], e: Renderer[Alg, F, _, Canvas], r: Redraw[Canvas], s: Scheduler, o: ObservableLike[G], m: Monoid[A]): Unit
- def animateFramesWithCanvasToIO[Canvas](canvas: Canvas)(implicit a: AnimationRenderer[Canvas], e: Renderer[Alg, F, _, Canvas], r: Redraw[Canvas], s: Scheduler, o: ObservableLike[G], m: Monoid[A]): IO[A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )