interface Function<F, T>


Redefinition of Guava's Function, created to avoid compatibility breakages for users of EspressoOptional.

Summary

Public functions

T!
apply(value: F!)

Public functions

apply

fun apply(value: F!): T!