object Interpolation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interpolation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Closed[A](start: A, stop: A, interpolator: Interpolator[A]) extends Interpolation[A] with scala.Product with Serializable
- final case class HalfOpen[A](start: A, stop: A, interpolator: Interpolator[A]) extends Interpolation[A] with scala.Product with Serializable
- final case class Map[A, B](source: Interpolation[A], f: (A) ⇒ B) extends Interpolation[B] with scala.Product with Serializable
- final case class Product[A, B](left: Interpolation[A], right: Interpolation[B]) extends Interpolation[(A, B)] with scala.Product with Serializable
- final case class WithEasing[A](source: Interpolation[A], easing: Easing) extends Interpolation[A] with scala.Product with Serializable
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
closed[A](start: A, stop: A)(implicit i: Interpolator[A]): Interpolation[A]
Construct a closed interpolation, which starts at the given start value and ends at the given stop value.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
halfOpen[A](start: A, stop: A)(implicit i: Interpolator[A]): Interpolation[A]
Construct a half-open interpolation, which starts at the given start value and ends at (but does not generate) the given stop value.
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val interpolationInstance: Functor[Interpolation] with Semigroupal[Interpolation]
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()