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

io.odpf.depot.common.Tuple Maven / Gradle / Ivy

There is a newer version: 0.3.8
Show newest version
package io.odpf.depot.common;

import lombok.AllArgsConstructor;
import lombok.Data;

@Data
@AllArgsConstructor
public class Tuple {
    private T first;
    private V second;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy