Interface ForkLoopFunnel<T>

All Superinterfaces:
Iterable<T>
All Known Implementing Classes:
ArrayForkLoopFunnel, IterableForkLoopFunnel, RangeForkLoopFunnel

public interface ForkLoopFunnel<T> extends Iterable<T>
Author:
Dennis Cosgrove
  • Method Details

    • isVoidReturn

      boolean isVoidReturn()
    • size

      int size()
    • values

      Collection<T> values()