Examples of LazyTail


Examples of net.sf.kpex.builtins.LazyTail

    register(new Val());

    // lazy list operations
    register(new SourceLazyList());
    register(new LazyHead());
    register(new LazyTail());

    // OS and process interface
    register(new net.sf.kpex.builtins.System());
    register(new Ctime());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.