Interface Materializations.IterableView<V>

Type Parameters:
V -
Enclosing class:
Materializations

public static interface Materializations.IterableView<V>
Represents the PrimitiveViewT supplied to the ViewFn when it declares to use the iterable materialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Returns an iterable for all values.
  • Method Details

    • get

      Iterable<V> get()
      Returns an iterable for all values.