All Downloads are FREE. Search and download functionalities are using the official Maven repository.

parsley.debugger.util.XMap.scala Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2020 Parsley Contributors 
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
package parsley.debugger.util

// This is used to give Scala 2.12 access to "removed" and "updated".
// In Scala 2.13 and up, this doesn't need any extra methods.
// Ideally, this would be done via scala-collection-compat, but that requires integrating ScalaFix.
private [parsley] trait XMap[K, +V] extends Map[K, V]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy