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

org.cloudfoundry.client.lib.domain.Derivable Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.client.lib.domain;

public interface Derivable {

    T derive();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy