Packages

package syntax

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CaseInsensitivePlatform extends AnyRef

    Used to split out the scala 2.13-only parts of the CaseInsensitive utility.

    Used to split out the scala 2.13-only parts of the CaseInsensitive utility. The "caseInsensitiveSortBy" uses SeqOps as the enriched seq type, which was added in scala 2.13 to replace the deprecated SeqLike trait.

  2. trait MultiMapPlatform extends AnyRef

    Used to split scala 2.13-only details from the MultiMap object.

    Used to split scala 2.13-only details from the MultiMap object. The MultiMapOps uses a type bound of IterableOnce, replacing the now-unavailable TraversableOnce that was used in 2.13 The toMultiMap method uses an implicit Factory, which replaces the now-removed CanBuildFrom from 2.12. The toSumMap method uses .view to call mapValues, conforming to a change in Map behavior from 2.12 to 2.13.

Value Members

  1. object caseInsensitive extends CaseInsensitivePlatform
  2. object chaining

    Convenience operations to support chained-method-call syntax, similar to https://www.scala-lang.org/api/current/scala/util/package$$chaining$.html in scala 2.13

  3. object closeable
  4. object file

    Extra convenience operations for java.io.File

  5. object grammar
  6. object iterable extends MultiMapPlatform

Ungrouped