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

com.slack.api.RequestConfigurator Maven / Gradle / Ivy

There is a newer version: 1.39.0
Show newest version
package com.slack.api;

/**
 * A functional interface that provides a way to configure objects using lambda syntax in method args.
 *
 * @param 
 */
@FunctionalInterface
public interface RequestConfigurator {

    Builder configure(Builder builder);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy