Uses of Interface
org.aspectj.weaver.Iterators.Getter
-
Packages that use Iterators.Getter Package Description org.aspectj.weaver -
-
Uses of Iterators.Getter in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type Iterators.Getter Modifier and Type Method Description static <A,B>
Iterator<B>Iterators. mapOver(Iterator<A> a, Iterators.Getter<A,B> g)static <A> Iterator<A>Iterators. recur(A a, Iterators.Getter<A,A> g)
-