Module xl.core

Interface VoidToChar


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

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

    • evaluateChar

      char evaluateChar()
      Computes the value of this function.
      Returns:
      function value