Interface AbstractArgumentFactory.ArgumentPredicate

Enclosing class:
AbstractArgumentFactory<T>

private static interface AbstractArgumentFactory.ArgumentPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Type type, Object value)
     
  • Method Details