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

org.wartremover.warts.ReverseFind.scala Maven / Gradle / Ivy

package org.wartremover
package warts

object ReverseFind
    extends ExprMatch({ case '{ ($x: collection.Seq[t]).reverse.find($f) } =>
      "you can use findLast instead of reverse.find"
    })




© 2015 - 2024 Weber Informatics LLC | Privacy Policy