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

org.bitbucket.dollar.functions.Block Maven / Gradle / Ivy

Go to download

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