Packages

implicit class IterableOps[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IterableOps
  2. AnyRef
  3. Any
Implicitly
  1. by convertValue
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IterableOps(x: Iterable[T])

Value Members

  1. final def diff(y: Value): Result
    Implicit
    This member is added by an implicit conversion from IterableOps[T] to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[IterableOps[T]] is in scope.
    Definition Classes
    Value
  2. def toArr(implicit elementAdapter: ValueAdapter[T]): arr
  3. def tpe: String
    Implicit
    This member is added by an implicit conversion from IterableOps[T] to J performed by method convertValue in com.github.andyglow.json.Value. This conversion will take place only if an implicit value of type ValueAdapter[IterableOps[T]] is in scope.
    Definition Classes
    Value
  4. val x: Iterable[T]