Class ExpressionImpl<T>

    • Constructor Detail

      • ExpressionImpl

        public ExpressionImpl()
    • Method Detail

      • getReturnType

        public Type<T> getReturnType()
        Description copied from interface: Expression
        Retrieve the return type of the expression.
        Specified by:
        getReturnType in interface Expression<T>
        Returns:
        Expression return type