Class LazilyProvidedVars

java.lang.Object
com.twineworks.tweakflow.examples.LazilyProvidedVars

public class LazilyProvidedVars extends Object
This class demonstrates providing data to user scripts only when they are needed. Try running main and entering an expression like: (if year_of_birth < 1985 then "old" else "little") .. " " .. first_name .. " " .. year_of_birth % 100
  • Constructor Details

    • LazilyProvidedVars

      public LazilyProvidedVars()
  • Method Details

    • main

      public static void main(String[] args)