Interface MappingEnumeration.Mapper<T,R>

Enclosing class:
MappingEnumeration<T,R>

public static interface MappingEnumeration.Mapper<T,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    map(T t)
     
  • Method Details

    • map

      R map(T t)