Class FlightRecorderReader.CompactEntry$

    • Constructor Summary

      Constructors 
      Constructor Description
      CompactEntry$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FlightRecorderReader.CompactEntry apply​(java.time.Instant timeStamp, boolean dirty, long code, long param)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<java.time.Instant,​java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(FlightRecorderReader.CompactEntry x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function4

        apply
    • Constructor Detail

      • CompactEntry$

        public CompactEntry$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function4<java.time.Instant,​java.lang.Object,​java.lang.Object,​java.lang.Object,​FlightRecorderReader.CompactEntry>
        Overrides:
        toString in class scala.runtime.AbstractFunction4<java.time.Instant,​java.lang.Object,​java.lang.Object,​java.lang.Object,​FlightRecorderReader.CompactEntry>
      • unapply

        public scala.Option<scala.Tuple4<java.time.Instant,​java.lang.Object,​java.lang.Object,​java.lang.Object>> unapply​(FlightRecorderReader.CompactEntry x$0)