Module xl.core

Interface VoidToObject<V>


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

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

    • evaluateObject

      V evaluateObject()
      Computes the value of this function.
      Returns:
      function value