Interface Transform<T>


  • public interface Transform<T>
    A basic utility class that accepts an input, transforms it, and returns the same object as the output
    • Method Detail

      • transform

        T transform​(T t)