Uses of Interface
com.mycompany.myproject.api.MyFunction.Result

Packages that use MyFunction.Result
com.mycompany.myproject.api Implementation of the myproject API. 
 

Uses of MyFunction.Result in com.mycompany.myproject.api
 

Subinterfaces of MyFunction.Result in com.mycompany.myproject.api
static interface MyFunction.UnsuccessfulResult
          Unsuccessful result of a call to the MyFunction function.
 

Classes in com.mycompany.myproject.api that implement MyFunction.Result
static class MyFunction.SuccessfulResult
          Successful result of a call to the MyFunction function.
 class NoVowelResult
          UnsuccessfulResult due to a NoVowel.
 

Methods in com.mycompany.myproject.api that return MyFunction.Result
 MyFunction.Result MyFunctionImpl.call(MyFunction.Request request)
           
abstract  MyFunction.Result MyFunction.call(MyFunction.Request request)
          Calls this function.