Class EmptyTraversal$

  • All Implemented Interfaces:
    Traversal

    public class EmptyTraversal$
    extends java.lang.Object
    implements Traversal
    INTERNAL API

    Traversal with no steps.

    • Field Summary

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

      Constructors 
      Constructor Description
      EmptyTraversal$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Traversal concat​(Traversal that)
      Concatenates two traversals building a new Traversal which traverses both.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • EmptyTraversal$

        public EmptyTraversal$()
    • Method Detail

      • concat

        public Traversal concat​(Traversal that)
        Description copied from interface: Traversal
        Concatenates two traversals building a new Traversal which traverses both.
        Specified by:
        concat in interface Traversal
        Parameters:
        that - (undocumented)
        Returns:
        (undocumented)