lhns / filters4s

[WIP]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 * { = "" }

About

[WIP]


Languages

Language:Scala 100.0%