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

com.github.houbb.heaven.support.tuple.IValueThree Maven / Gradle / Ivy

The newest version!
package com.github.houbb.heaven.support.tuple;

/**
 * 第三个元素
 * @author binbin.hou
 * @since 0.1.9
 */
public interface IValueThree {

    /**
     * 获取第三个元素
     * @return 获取元素
     */
    C getValueThree();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy