Class LazyCollection.FilterIterator

    • Field Detail

      • condition

        protected final CodeBlock condition
      • parentFrame

        protected final StackFrame parentFrame
      • next

        protected E next
      • nextSet

        protected boolean nextSet
      • nextIncluded

        protected boolean nextIncluded
    • Constructor Detail

    • Method Detail

      • include

        protected abstract boolean include​(E element)
        Checks whether to include
        element
        .
        Parameters:
        element - the element to filter
        Returns:
        true iff element should be included in this collection