Interface VariableInjectable

All Known Subinterfaces:
CycleFunction<T>
All Known Implementing Classes:
CompoundCycleFunction, CycleFunctions.NOOPVerifier, GroovyBooleanCycleFunction, GroovyCycleFunction, GroovyObjectEqualityFunction

public interface VariableInjectable
Implementors of this type can have variables set on them for later use.
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> void
    setVariable(String name, V value)
    Set a variable by name.
  • Method Details

    • setVariable

      <V> void setVariable(String name, V value)
      Set a variable by name.