match

public abstract Match<ST> match<ST extends T>(ST object)(source)

Returns a match for the given object.

Return

the match

Parameters

object

the object

<ST>

the type of the object to match