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

hope.kola.contract.restassured.Mergeable Maven / Gradle / Ivy

There is a newer version: 1.1.2-RELEASE
Show newest version
package hope.kola.contract.restassured;

interface Mergeable {
  T merger(T from);

  R transform();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy