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

de.otto.flummi.response.Aggregations Maven / Gradle / Ivy

The newest version!
package de.otto.flummi.response;


import java.util.stream.Stream;

public class Aggregations {
    public  A get(String name) {
        return null;
    }

    public Stream stream() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy