Skip to content

lhns/filters4s

 
 

Repository files navigation

Fancy Filter for Scala

Scala Steward badge

Operators

  • =
  • <
  • >
  • <=
  • >=
  • and
  • or
  • xor

()

name = ("a" or "b" or "c")

age { > 10 and < 20 }

(a or b) { > 10 and < 20 }

"*test*" is the same as * { = "" }

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%