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

com.parzivail.util.generics.Consumers Maven / Gradle / Ivy

There is a newer version: 0.0.114+1.20.2
Show newest version
package com.parzivail.util.generics;

public class Consumers
{
	@SafeVarargs
	public static  void noop(T... value)
	{
	}

	@SafeVarargs
	public static  boolean never(T... value)
	{
		return false;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy