Class DoubleScript<R>

  • Type Parameters:
    R - the type of the return value of the script
    All Implemented Interfaces:
    java.io.Serializable, Expression<R>, Node

    public abstract class DoubleScript<R>
    extends TensoricScript<java.lang.Double,​R>
    A convenience class designed for inheritance, already providing the doubles field in the constructor.
    See Also:
    Serialized Form
    • Constructor Detail

      • DoubleScript

        public DoubleScript()