package syntax
- Alphabetic
- Public
- Protected
Type Members
- 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" usesSeqOps
as the enrichedseq
type, which was added in scala 2.13 to replace the deprecated SeqLike trait. - 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 ThetoMultiMap
method uses an implicit Factory, which replaces the now-removed CanBuildFrom from 2.12. ThetoSumMap
method uses.view
to callmapValues
, conforming to a change in Map behavior from 2.12 to 2.13.
Value Members
- object caseInsensitive extends CaseInsensitivePlatform
- 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
- object closeable
- object file
Extra convenience operations for
java.io.File
- object grammar
- object iterable extends MultiMapPlatform