Package com.macrofocus.utils
Interface Iterables.Converter<T,C>
-
- All Known Implementing Classes:
Iterables.ToStringConverter
- Enclosing class:
- Iterables
public static interface Iterables.Converter<T,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
convert(T var1)
-