Class Templates.Product

java.lang.Object
org.immutables.generator.Templates.Product
All Implemented Interfaces:
Iterable<Object>
Enclosing class:
Templates

static final class Templates.Product extends Object implements Iterable<Object>
Tuple-like combining of a values (product), could be iterated or converted to string by concatenation of string forms (no separator).
  • Field Details

    • PLAIN_JOINER

      private static final com.google.common.base.Joiner PLAIN_JOINER
    • elements

      private final Object[] elements
  • Constructor Details

    • Product

      Product(Object[] elements)
  • Method Details