Class Helper.TypePair

java.lang.Object
com.strobel.reflection.Helper.TypePair
Enclosing class:
Helper

static final class Helper.TypePair extends Object
  • Field Details

    • t1

      final Type<?> t1
    • t2

      final Type<?> t2
  • Constructor Details

    • TypePair

      TypePair(Type<?> t1, Type<?> t2)
  • Method Details