Class FishingOutcomes$


  • public class FishingOutcomes$
    extends java.lang.Object
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FishingOutcome complete()
      Complete fishing and return all messages up until this
      FishingOutcome continueAndIgnore()
      Consume this message, but do not collect it into the result, and continue with the next message
      FishingOutcome fail​(java.lang.String message)
      Fail fishing with a custom error message
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • FishingOutcomes$

        public FishingOutcomes$()
    • Method Detail

      • complete

        public FishingOutcome complete()
        Complete fishing and return all messages up until this
      • continueAndIgnore

        public FishingOutcome continueAndIgnore()
        Consume this message, but do not collect it into the result, and continue with the next message
      • fail

        public FishingOutcome fail​(java.lang.String message)
        Fail fishing with a custom error message