Interface Mapper<T,​Q>

  • All Known Subinterfaces:
    BiMapper<T,​Q>, NotNullBiMapper<T,​Q>, NotNullMapper<T,​Q>

    public interface Mapper<T,​Q>
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 13.09.11 20:30
    • Method Detail

      • mapKey

        @Nullable
        Q mapKey​(@NotNull
                 T internal)
        Parameters:
        internal - object to convert
        Returns:
        mapped value or null to skip the value