Interface Bound<T>

    • Method Detail

      • eval

        T eval​(StructLike struct)
        Produce a value from the struct for this expression.
        Parameters:
        struct - a struct of incoming data
        Returns:
        the value of this expression when evaluated on the incoming struct