Package com.github.brutils.javabrutils
Class BooleanUtil
- java.lang.Object
-
- com.github.brutils.javabrutils.BooleanUtil
-
public class BooleanUtil extends Object
Classe para utilitários booleanos.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleannuloParaFalse(Boolean valorBoolean)Retorna FALSE se o valorBoolean for nulo.static BooleannuloParaTrue(Boolean valorBoolean)Retorna TRUE se o valorBoolean for nulo.
-