Class Keys.ApplyKey

java.lang.Object
net.hydromatic.morel.type.Type.Key
net.hydromatic.morel.type.Keys.ApplyKey
Enclosing class:
Keys

private static class Keys.ApplyKey extends Type.Key
Key of a type that applies a parameterized type to specific type arguments.
  • Field Details

    • key

      final Type.Key key
    • args

      final com.google.common.collect.ImmutableList<Type.Key> args
  • Constructor Details

    • ApplyKey

      ApplyKey(Type.Key key, com.google.common.collect.ImmutableList<Type.Key> args)
  • Method Details