All Known Subinterfaces:
Apply.Empty<T>, Apply.EmptyError<T,E>, Apply.EmptyErrorSafe<T,E>, Apply.Result<T,V>, Apply.ResultError<T,V,E>, Apply.ResultErrorSafe<T,V,E>

public interface Apply
Interface used as a model for lambda expressions.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Very similar to the Apply interface but with the difference that it does not return a value at the time of its call.
    static interface 
    Very similar to the Apply interface but with the difference that it can generate an error at the time of its call
    static interface 
    Very similar to the Apply interface but with the difference that it can generate an error at the time of its call.
    static interface 
    Very similar to the Apply interface but with the difference that it does return a value at the time of its call.
    static interface 
    Very similar to the Apply.Result interface but with the difference that it can generate an error at the time of its call
    static interface 
    Very similar to the Apply.ResultError interface but with the difference that it can generate an error at the time of its call.