Uses of Interface
edu.rice.cs.cunit.util.IPredicate.Nary

Packages that use IPredicate.Nary
edu.rice.cs.cunit.util   
 

Uses of IPredicate.Nary in edu.rice.cs.cunit.util
 

Classes in edu.rice.cs.cunit.util that implement IPredicate.Nary
static class IPredicate.Nary.And
          N-ary AND.
static class IPredicate.Nary.False
          FALSE.
static class IPredicate.Nary.Or
          N-ary OR.
static class IPredicate.Nary.True
          TRUE.
static class IPredicate.Nary.Xor
          N-ary XOR.