Class ProviderChecker.NotSyntheticOrBridgePredicate

java.lang.Object
com.google.inject.throwingproviders.ProviderChecker.NotSyntheticOrBridgePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Method>, Predicate<Method>
Enclosing class:
ProviderChecker

private static class ProviderChecker.NotSyntheticOrBridgePredicate extends Object implements com.google.common.base.Predicate<Method>
  • Field Details

  • Constructor Details

    • NotSyntheticOrBridgePredicate

      private NotSyntheticOrBridgePredicate()
  • Method Details

    • apply

      public boolean apply(Method input)
      Specified by:
      apply in interface com.google.common.base.Predicate<Method>