public interface ToResultCapable
Marks an object that can be converted into a result.
-
Method Summary
-
Method Details
-
toResult
Returns a result for the object.- Type Parameters:
T- Type of data.- Returns:
- Object expressed as result.
-
T - Type of data.