public static Clause <T> Intersect <T>(this Clause <T> before, AggregatePredicateAllElement all) { throw new InvalitContextException(nameof(Intersect)); }
public static Clause <Non> Intersect(AggregatePredicateAllElement all) { throw new InvalitContextException(nameof(Intersect)); }