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

gsonpath.result.GsonResultList.kt Maven / Gradle / Ivy

package gsonpath.result

/**
 * A list that stores valid and invalid results when parsing via Gson.
 *
 * All succesfully parsed results are wrapped with GsonResult.Success, and all results that
 * threw an exception are wrapped with Failure.Failure
 *
 * @param  the element type within the list
 */
class GsonResultList(private val list: List>) : List> by list




© 2015 - 2025 Weber Informatics LLC | Privacy Policy