Class JavaRepeatOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, LoopHeadOperator, Operator, JavaExecutionOperator

public class JavaRepeatOperator<Type> extends RepeatOperator<Type> implements JavaExecutionOperator
Java implementation of the DoWhileOperator.
See Also: