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

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

package com.bestvike.function;

/**
 * Created by 许崇雷 on 2017-07-10.
 */
@FunctionalInterface
public interface Func0 {
    TResult apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy