java/ch/wlkl/javaExamples/FuncionalImport.java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ch.wlkl.javaExamples;
import static ch.wlkl.javaExamples.Functional.*;
import static ch.wlkl.javaExamples.Util.*;
/**
*
* @author walter
*/
public class FuncionalImport {
public static void main(String ... args) {
xy("xy fun aus FunctionImport import static Functional.*");
say("xy field = " + xy + "aus FunctionImport import static Functional.*");
}
}