package org.neo4j.cypherdsl.grammar; /** * Represents the UNION clause */ public interface Union { UnionNext union(); }