idea-plugin / arrow.meta.ide.testing / IdeResolution
data class IdeResolution<F :
IdeSyntax
, A>
transform defines a valid representation of the test result A, where null stands for a wrong or unexpected representation. ResolutionSyntax facilitates extensions for IdeResolution.
See Also
<init> | transform defines a valid representation of the test result A, where null stands for a wrong or unexpected representation. ResolutionSyntax facilitates extensions for IdeResolution.IdeResolution(message: String , transform: F.(result: A) -> A?) |
message | val message: String |
transform | val transform: F.(result: A) -> A? |
Do you like Arrow?
✖