Package 

Class ConnectJsonAdapterFactoryKt

    • Method Summary

      Modifier and Type Method Description
      final <T extends JsonAdapter<K>, K extends Any> Pair<String, Function1<Moshi, T>> adapter(Function1<Moshi, T> fn)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • adapter

         final <T extends JsonAdapter<K>, K extends Any> Pair<String, Function1<Moshi, T>> adapter(Function1<Moshi, T> fn)