Class MakeDynamic

  • All Implemented Interfaces:
    Named

    public class MakeDynamic
    extends Procedure1
    Implement the 'dynamic' constructor function. The coerces the argument to the 'dynamic' type.
    • Field Detail

    • Constructor Detail

      • MakeDynamic

        public MakeDynamic()
    • Method Detail

      • apply1

        public java.lang.Object apply1​(java.lang.Object value)
        Specified by:
        apply1 in class Procedure1