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

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

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

trait InspectResultCompat { self: InspectResult =>
  final def asTupleOption = InspectResult.unapply(this)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy