You can buy this project and download/modify it how often you want.
package io.sphere.sdk.requests; import com.google.common.base.Function; public interface ClientRequest extends Requestable { Function resultMapper(); }