Interface IdentityConverter<T>

All Superinterfaces:
BiConverter<T,T>

public interface IdentityConverter<T> extends BiConverter<T,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    convertFrom(T input)
     
    default T
    convertTo(T input)