The result of applying the method to the given arguments
Scala reflection uses reflection capabilities of the underlying platform, so FieldMirror.get
might throw platform-specific exceptions associated with invoking the corresponding method or constructor.
Creates a new mirror which uses the same symbol, but is bound to a different receiver. This is significantly faster than recreating the mirror from scratch.
© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/api/Mirrors$MethodMirror.html
A mirror that reflects a method. See the overview page for details on how to use runtime reflection.