Interface TrinaryFunction<X,Y,Z,R>

All Known Subinterfaces:
OptionDecoder<T>, OptionDecoderParam<T,ARG>
All Known Implementing Classes:
OptionsImpl.ExperimentalVersionSpecificDefaulter

public interface TrinaryFunction<X,Y,Z,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(X arg1, Y arg2, Z arg3)
     
  • Method Details

    • invoke

      R invoke(X arg1, Y arg2, Z arg3)