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

com.meluzin.functional.BaseBuilder Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package com.meluzin.functional;

@SuppressWarnings("hiding")
public interface BaseBuilder> {
	public  T bulk(Iterable items, BuilderAction action);
}