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

com.bestvike.function.DecimalFunc1 Maven / Gradle / Ivy

The newest version!
package com.bestvike.function;

import java.math.BigDecimal;

/**
 * Created by 许崇雷 on 2019-06-24.
 */
@FunctionalInterface
public interface DecimalFunc1 {
    BigDecimal apply(T arg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy