class ViewFinderImpl : ViewFinder


Implementation of ViewFinder.

Summary

Public functions

View!

Immediately locates a single view within the provided view hierarchy.

Public functions

getView

fun getView(): View!

Immediately locates a single view within the provided view hierarchy.

If multiple views match, or if no views match the appropriate exception is thrown.

Returns
View!

A singular view which matches the matcher we were constructed with.