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

bndtools.utils.Requestors Maven / Gradle / Ivy

The newest version!
package bndtools.utils;

import java.util.Collection;
import java.util.Collections;

public class Requestors {
	public static  Requestor> emptyCollection() {
		return monitor -> Collections.emptyList();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy