Class GuavaConversionUtil


  • @Deprecated
    @Internal
    public class GuavaConversionUtil
    extends Object
    Deprecated.
    since 7.0.1.
    Utility methods for conversion between corresponding Java and Guava primitives. Should be used only temporarily in deprecated code.
    Since:
    7.0.1
    • Constructor Detail

      • GuavaConversionUtil

        public GuavaConversionUtil()
        Deprecated.
    • Method Detail

      • toGuavaPredicates

        public static <T> com.google.common.base.Predicate[] toGuavaPredicates​(Predicate<? super T>[] filter)
        Deprecated.
        This method is used in our effort to deprecate public Guava API. It can be removed in 8.0.0 when we remove deprecated Guava-exposing methods.
      • toGuavaPredicate

        public static <T> com.google.common.base.Predicate<? super T> toGuavaPredicate​(Predicate<? super T> filter)
        Deprecated.
        This method is used in our effort to deprecate public Guava API. It can be removed in 8.0.0 when we remove deprecated Guava-exposing methods.