build abstract method

String build(
  1. T args
)

Build a new path from given args.

Implementation

String build(T args);