Interface Iterators.Getter<A,​B>

Enclosing class:
Iterators

public static interface Iterators.Getter<A,​B>
A getter represents a mapping function from Object to Iterator
  • Method Summary

    Modifier and Type
    Method
    Description
    get​(A target)
     
  • Method Details