Class SeqIntoFunction

  • All Implemented Interfaces:
    AviatorFunction, java.io.Serializable, java.lang.Runnable, java.util.concurrent.Callable<AviatorObject>

    public class SeqIntoFunction
    extends AbstractFunction
    into(to_coll, from_coll) Adds all elements in from_coll into to_coll by seq.add(to_coll, element) and return the to_coll.
    See Also:
    Serialized Form