Class BreakForEach

All Implemented Interfaces:
Serializable

public class BreakForEach extends RuntimeException
You can throw this inside a QueryConsumer to signal Query.forEach(QueryConsumer) should "break". This will stop consuming any further data.
See Also:
  • Constructor Details

    • BreakForEach

      public BreakForEach()