Packages

object IsIterableOnce extends IsIterableOnceLowPriority

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsIterableOnce
  2. IsIterableOnceLowPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def isIterableLikeIsIterableOnce[Repr](implicit isIterableLike: IsIterable[Repr]): IsIterableOnce[Repr] { type A = isIterableLike.A }
    Definition Classes
    IsIterableOnceLowPriority
  2. implicit def iterableOnceIsIterableOnce[CC0[A] <: IterableOnce[A], A0]: IsIterableOnce[CC0[A0]] { type A = A0 }