queryLast method

NamedLine queryLast(
  1. String queryString,
  2. DIRECTION_ENUM direction
)

Implementation

NamedLine queryLast(String queryString, DIRECTION_ENUM direction){
  return queryLines(queryString, direction).last;
}