Class Guava

java.lang.Object
com.tngtech.archunit.base.Guava

@Internal
public final class Guava
extends java.lang.Object
NOTE: We keep Google Guava out of the public API and use the Gradle Shadow plugin to repackage the internally used Guava classes. This ensures they do not clash with other versions of Guava we might encounter while scanning classes from the classpath.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Guava.Iterables  
    static class  Guava.Maps  
  • Constructor Summary

    Constructors
    Constructor Description
    Guava()  
  • Method Summary

    Modifier and Type Method Description
    static <T> com.google.common.base.Predicate<T> toGuava​(DescribedPredicate<T> predicate)  
    static <F,​ T> com.google.common.base.Function<F,​T> toGuava​(Function<F,​T> function)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Guava

      public Guava()
  • Method Details

    • toGuava

      public static <T> com.google.common.base.Predicate<T> toGuava​(DescribedPredicate<T> predicate)
    • toGuava

      public static <F,​ T> com.google.common.base.Function<F,​T> toGuava​(Function<F,​T> function)