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

com.undefinedlabs.scope.jdk.Consumer Maven / Gradle / Ivy

package com.undefinedlabs.scope.jdk;

public interface Consumer {

  void accept(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy