Interface CollectionUtils.Mapper<T,R>

Type Parameters:
T - the original type
R - the returned type
Enclosing class:
CollectionUtils

public static interface CollectionUtils.Mapper<T,R>
A simple function to map an object into another.
  • Method Summary

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

    • map

      R map(T t)