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

com.bestvike.linq.IGrouping Maven / Gradle / Ivy

The newest version!
package com.bestvike.linq;

/**
 * Created by 许崇雷 on 2017-07-11.
 */
public interface IGrouping extends IEnumerable {
    TKey getKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy