Interface EnvironmentRoutineRunFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface EnvironmentRoutineRunFunction
Functional interface for defining the behaviour of a functional environment routine.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Runs the routine's behaviour.
  • Method Details

    • run

      void run(EnvironmentContext context)
      Runs the routine's behaviour.
      Parameters:
      context - the context the routine can use in its behaviour