|
| 1 | +package akka.rk.buh.is.it; |
| 2 | +public class CompressionProtocol { |
| 3 | + static public class Events$ { |
| 4 | + /** |
| 5 | + * Static reference to the singleton instance of this Scala object. |
| 6 | + */ |
| 7 | + public static final Events$ MODULE$ = null; |
| 8 | + public final class HeavyHitterDetected implements akka.rk.buh.is.it.CompressionProtocol.Events.Event, scala.Product, scala.Serializable { |
| 9 | + static public akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected apply (Object key, int id, long count) { throw new RuntimeException(); } |
| 10 | + static public scala.Option<scala.Tuple3<java.lang.Object, java.lang.Object, java.lang.Object>> unapply (akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected x$0) { throw new RuntimeException(); } |
| 11 | + static private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 12 | + public Object key () { throw new RuntimeException(); } |
| 13 | + public int id () { throw new RuntimeException(); } |
| 14 | + public long count () { throw new RuntimeException(); } |
| 15 | + // not preceding |
| 16 | + public HeavyHitterDetected (Object key, int id, long count) { throw new RuntimeException(); } |
| 17 | + public akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected copy (Object key, int id, long count) { throw new RuntimeException(); } |
| 18 | + // not preceding |
| 19 | + public Object copy$default$1 () { throw new RuntimeException(); } |
| 20 | + public int copy$default$2 () { throw new RuntimeException(); } |
| 21 | + public long copy$default$3 () { throw new RuntimeException(); } |
| 22 | + // not preceding |
| 23 | + public java.lang.String productPrefix () { throw new RuntimeException(); } |
| 24 | + public int productArity () { throw new RuntimeException(); } |
| 25 | + public Object productElement (int x$1) { throw new RuntimeException(); } |
| 26 | + public scala.collection.Iterator<java.lang.Object> productIterator () { throw new RuntimeException(); } |
| 27 | + public boolean canEqual (Object x$1) { throw new RuntimeException(); } |
| 28 | + public int hashCode () { throw new RuntimeException(); } |
| 29 | + public java.lang.String toString () { throw new RuntimeException(); } |
| 30 | + public boolean equals (Object x$1) { throw new RuntimeException(); } |
| 31 | + } |
| 32 | + public class HeavyHitterDetected$ extends scala.runtime.AbstractFunction3<java.lang.Object, java.lang.Object, java.lang.Object, akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected> implements scala.Serializable { |
| 33 | + /** |
| 34 | + * Static reference to the singleton instance of this Scala object. |
| 35 | + */ |
| 36 | + public static final HeavyHitterDetected$ MODULE$ = null; |
| 37 | + public HeavyHitterDetected$ () { throw new RuntimeException(); } |
| 38 | + public final java.lang.String toString () { throw new RuntimeException(); } |
| 39 | + public akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected apply (Object key, int id, long count) { throw new RuntimeException(); } |
| 40 | + public scala.Option<scala.Tuple3<java.lang.Object, java.lang.Object, java.lang.Object>> unapply (akka.rk.buh.is.it.CompressionProtocol.Events.HeavyHitterDetected x$0) { throw new RuntimeException(); } |
| 41 | + private java.lang.Object readResolve () { throw new RuntimeException(); } |
| 42 | + } |
| 43 | + public interface Event { |
| 44 | + } |
| 45 | + public Events$ () { throw new RuntimeException(); } |
| 46 | + } |
| 47 | +} |
0 commit comments