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

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

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

trait InspectParamCompat { self: InspectParam =>
  final def asTupleOption = Option(Tuple.fromProductTyped(this))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy