java.lang.Object
uk.org.webcompere.modelassert.json.dsl.SubsetDsl<A>
uk.org.webcompere.modelassert.json.dsl.nodespecific.BooleanNodes<A>
Type Parameters:
A - the type of assertion
All Implemented Interfaces:
BooleanNodeDsl<A>, Satisfies<A>

public class BooleanNodes<A> extends SubsetDsl<A> implements BooleanNodeDsl<A>
Reduce the DSL down to just booleans
  • Constructor Details

    • BooleanNodes

      public BooleanNodes(Satisfies<A> satisfies)