Interface Control

All Known Implementing Classes:
Filter, ForEach, ForEachIndex, ForNonBlank, ForRange, If, IsBlank, IsEmptyString, IsError, IsNonBlank, IsNotNull, IsNull, IsNumeric, With

public interface Control
Interface of GREL controls such as if, forEach, forNonBlank, with. A control can decide which part of the code to execute and can affect the environment bindings. Functions, on the other hand, can't do either.