Module xl.core

Interface VoidToBoolean


public interface VoidToBoolean
Instances of VoidToBoolean represent functions which take voids as input and return values of type boolean. Such instances are created by lambda expressions of the XL programming language, e.g., VoidToBoolean f = void => boolean some expression;.
Author:
Ole Kniemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Computes the value of this function.
  • Method Details

    • evaluateBoolean

      boolean evaluateBoolean()
      Computes the value of this function.
      Returns:
      function value