Class Type.Array

java.lang.Object
org.immutables.value.processor.encode.Eq<Type.Array>
org.immutables.value.processor.encode.Type.Array
All Implemented Interfaces:
Type, Type.Nonprimitive
Enclosing interface:
Type

public static class Type.Array extends Eq<Type.Array> implements Type.Nonprimitive
  • Field Details

    • element

      public final Type element
    • varargs

      public final boolean varargs
  • Constructor Details

    • Array

      Array(Type element, boolean varargs)
  • Method Details