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

bt.data.range.DelegatingRange Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.data.range;

/**
 * @since 1.3
 */
public interface DelegatingRange> {

    /**
     * @since 1.3
     */
    T getDelegate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy