criteria4s icon indicating copy to clipboard operation
criteria4s copied to clipboard

Complete extensions of predicate functions by using boolean symbols

Open rafafrdz opened this issue 11 months ago • 1 comments

Example:

  • equals -> :==
  • geq -> :>=
  • and -> :&

Using : before the symbol is just an example to avoid confusing with Scala's boolean operators

rafafrdz avatar Mar 10 '24 07:03 rafafrdz