
org.infobip.mobile.messaging.api.support.Tuple Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-mobile-messaging-api-java Show documentation
Show all versions of infobip-mobile-messaging-api-java Show documentation
Mobile Messaging SDK for Android
The newest version!
package org.infobip.mobile.messaging.api.support;
import lombok.Data;
/**
* @author mstipanov
* @since 17.03.2016.
*/
@Data
public class Tuple {
private final L left;
private final R right;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy