Module xl.core

Interface VoidToShort


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

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

    • evaluateShort

      short evaluateShort()
      Computes the value of this function.
      Returns:
      function value