
com.github.houbb.heaven.support.tuple.IValueThree Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heaven Show documentation
Show all versions of heaven Show documentation
Collect base useful tools for dev.
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