Class FishingOutcomes$


  • public class FishingOutcomes$
    extends java.lang.Object
    Complete fishing and return all messages up until this
    • 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

      • continueAndIgnore

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

        public FishingOutcome fail​(java.lang.String message)
        Fail fishing with a custom error message
        Parameters:
        message - (undocumented)
        Returns:
        (undocumented)