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

org.wartremover.PositionCompat.scala Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package org.wartremover

trait PositionCompat { self: Position =>
  final def asTupleOption = Position.unapply(this)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy