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

com.github.leeonky.interpreter.MapAble Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.interpreter;

import java.util.function.UnaryOperator;

public interface MapAble, T> {
    SELF map(UnaryOperator mapper);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy