Module xl.core

Interface VoidToByte


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

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

    • evaluateByte

      byte evaluateByte()
      Computes the value of this function.
      Returns:
      function value