Class OrElse$

java.lang.Object
org.apache.pekko.stream.scaladsl.OrElse$

public class OrElse$ extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OrElse$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.apache.pekko.stream.scaladsl.OrElse<T>
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • OrElse$

      public OrElse$()
  • Method Details

    • apply

      public <T> org.apache.pekko.stream.scaladsl.OrElse<T> apply()
      See Also:
      • OrElse