com.parzivail.util.generics.Consumers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
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