Package ushiosan.jvm_utilities.function


package ushiosan.jvm_utilities.function
  • Interfaces
    Class
    Description
    Interface used as a model for lambda expressions.
    Very similar to the Apply interface but with the difference that it does not return a value at the time of its call.
    Very similar to the Apply interface but with the difference that it can generate an error at the time of its call
    Very similar to the Apply interface but with the difference that it can generate an error at the time of its call.
    Very similar to the Apply interface but with the difference that it does return a value at the time of its call.
    Very similar to the Apply.Result interface but with the difference that it can generate an error at the time of its call
    Very similar to the Apply.ResultError interface but with the difference that it can generate an error at the time of its call.
    Interface used for the execution of actions very similar to what is done in the Runnable interface
    Interface used for the execution of actions very similar to what is done in the Runnable interface.
    Interface with the same behavior as Runnable but with the ability to handle errors within it