
com.plaid.client.internal.gson.Optional Maven / Gradle / Ivy
package com.plaid.client.internal.gson;
import java.util.NoSuchElementException;
/**
* Our own simple implementation of an Optional wrapper.
*
* Java 8 has this built in, and Guava would provide one too,
* but we want to target Java 7 and avoid external dependencies,
* so for now we're using our own.
*/
public final class Optional {
private static Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy