Class Utils

java.lang.Object
org.apache.maven.internal.impl.Utils

class Utils extends Object
  • Constructor Details

    • Utils

      Utils()
  • Method Details

    • nonNull

      static <T> T nonNull(T t)
    • nonNull

      static <T> T nonNull(T t, String name)
    • cast

      static <T> T cast(Class<T> clazz, Object o, String name)
    • map

      static <U, V> List<V> map(Collection<U> list, Function<U,V> mapper)