All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.andriamarosoa.functional.Main Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package io.github.andriamarosoa.functional;
import java.lang.reflect.Method;

// import io.github.andriamarosoa.functional.interfaces.Blank0;

public class Main {

    public  void get(){
		System.out.println(444);
	}

	public static void main(String[] args) throws Throwable {
        
        Method m=Main.class.getMethod("get");
        System.out.println(Function.from(m).run(new Main()));



	}


	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy