Packages

p

upickle.core

compat

package compat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. compat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Factory[-A, +C] = CanBuildFrom[Nothing, A, C]

    A factory that builds a collection of type C with elements of type A.

  2. implicit class FactoryOps[-A, +C] extends AnyRef
  3. type IterableOnce[T] = TraversableOnce[T]
  4. trait LinkedHashMapCompat[K, V] extends AnyRef

Value Members

  1. def toIterator[T](iterable: IterableOnce[T]): IterableOnce[T]
  2. object LinkedHashMapCompat

Inherited from AnyRef

Inherited from Any

Ungrouped