Class DoneCodec$

  • All Implemented Interfaces:
    DoneCodec

    public class DoneCodec$
    extends java.lang.Object
    implements DoneCodec
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static DoneCodec$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      DoneCodec$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.bullet.borer.Codec<akka.Done> doneCodec()  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final DoneCodec$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DoneCodec$

        public DoneCodec$()
    • Method Detail

      • doneCodec

        public io.bullet.borer.Codec<akka.Done> doneCodec()
        Specified by:
        doneCodec in interface DoneCodec