~

sbt.internal.util.complete.ParserMain.~
object ~

See unapply.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
~.type

Members list

Value members

Concrete methods

def unapply[A, B](t: (A, B)): Some[(A, B)]

Convenience for destructuring a tuple that mirrors the ~ combinator.

Convenience for destructuring a tuple that mirrors the ~ combinator.

Attributes