Class FishingOutcomes$


  • public class FishingOutcomes$
    extends java.lang.Object
    • 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

      • continueAndCollect

        public FishingOutcome continueAndCollect()
        Consume this message and continue with the next
      • continueAndIgnore

        public FishingOutcome continueAndIgnore()
        Consume this message and continue with the next
      • complete

        public FishingOutcome complete()
        Complete fishing and return this message
      • fail

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