/:

org.http4s.dsl.impl./:$
object /:

Path separator extractor:

 Path("/1/2/3/test.json") match {
   case "1" /: "2" /: _ =>  ...

Attributes

Source:
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
/:.type

Members list

Concise view

Value members

Concrete methods

def unapply(path: Path): Option[(String, Path)]

Attributes

Source:
Path.scala