EspressoRemoteMessage.From


public interface EspressoRemoteMessage.From

Transforms a proto message of type M into a class of type T. M should either extend

Parameters

Type parameter T represent the return type of the transformation, typically a ViewMatcher, ViewAction or ViewAssertion.

Type parameter M should either extend com.google.protobuf.MessageLite or enum message

Summary

Public methods

abstract T
fromProto(M message)

Public methods

fromProto

abstract T fromProto(M message)