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

de.cuioss.tools.base.package-info Maven / Gradle / Ivy

/**
 * Provides some basic utilities, inspired by googles package
 * 'com.google.common.base'
 * 
    *
  • {@link de.cuioss.tools.base.BooleanOperations} provides some minimal * tooling for checking some or / and conditions, e.g. * {@link de.cuioss.tools.base.BooleanOperations#areAllTrue(boolean...)}
  • *
  • {@link de.cuioss.tools.base.Preconditions} provide some basic checks for * states and arguments like * {@link de.cuioss.tools.base.Preconditions#checkArgument(boolean)} or * {@link de.cuioss.tools.base.Preconditions#checkState(boolean)} in certain * variants
  • *
*/ package de.cuioss.tools.base;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy