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

com.microsoft.bot.builder.core.Func Maven / Gradle / Ivy

package com.microsoft.bot.builder.core;

@FunctionalInterface
public interface Func {
    public void invoke(T arg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy