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

com.github.mictaege.lenientfun.LenientUnaryOperator Maven / Gradle / Ivy

package com.github.mictaege.lenientfun;

/** @see java.util.function.UnaryOperator */
@FunctionalInterface
public interface LenientUnaryOperator extends LenientFunction {

    static  LenientUnaryOperator identity() {
        return t -> t;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy