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

io.magentys.functional.FunctionalSugars Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package io.magentys.functional;

import io.magentys.utils.Sugars;


public class FunctionalSugars extends Sugars {

    public static  INPUT withInput(INPUT input){
        return input;
    }
    public static  INPUT withInput1(INPUT input){
        return input;
    }
    public static  INPUT withInput2(INPUT input){
        return input;
    }
    public static  INPUT withInput3(INPUT input){
        return input;
    }
    public static  INPUT withInput4(INPUT input){
        return input;
    }

    public static  TOOL makingUseOf(TOOL tool){
        return tool;
    }

    public static  INPUT rememberedAs(INPUT input) { return input; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy