Packages

class Blender[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Blender
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Blender(dyn: (A) => A)(implicit ls: LinearStructure[A])

Value Members

  1. def asyncDynLoop(a: A, n: Int): Future[A]
  2. def futDynLoop(fut: Future[A], n: Int): Future[A]
  3. def iter(init: A, copies: Int, loops: Int): Future[A]
  4. def iterFut(init: Future[A], copies: Int, loops: Int): Future[A]