Interface Iterables.Converter<T,C>

All Known Implementing Classes:
Iterables.ToStringConverter
Enclosing class:
Iterables

public static interface Iterables.Converter<T,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(T var1)
     
  • Method Details

    • convert

      C convert(T var1)