![JAR search and dependency download from the Maven repository](/logo.png)
org.bitbucket.dollar.functions.Block Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dollar Show documentation
Show all versions of dollar Show documentation
Java API that unifies collections, arrays, iterators/iterable and char sequences (String, StringBuilder, etc).
The newest version!
package org.bitbucket.dollar.functions;
/**
* An operation upon an input object. The operation may modify that object or
* external state (other objects).
*/
public interface Block {
void accept(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy