Class WorkbookFunctionsRequest


  • public class WorkbookFunctionsRequest
    extends com.github.davidmoten.odata.client.EntityRequest<WorkbookFunctions>
    • Constructor Detail

      • WorkbookFunctionsRequest

        public WorkbookFunctionsRequest​(com.github.davidmoten.odata.client.ContextPath contextPath,
                                        Optional<Object> value)
    • Method Detail

      • delta

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> delta​(Json number1,
                                                                                                                             Json number2)
      • abs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> abs​(Json number)
      • acos

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> acos​(Json number)
      • acosh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> acosh​(Json number)
      • acot

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> acot​(Json number)
      • acoth

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> acoth​(Json number)
      • and

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> and​(Json values)
      • arabic

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> arabic​(Json text)
      • areas

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> areas​(Json reference)
      • asc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> asc​(Json text)
      • asin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> asin​(Json number)
      • asinh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> asinh​(Json number)
      • atan

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> atan​(Json number)
      • atan2

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> atan2​(Json xNum,
                                                                                                                             Json yNum)
      • atanh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> atanh​(Json number)
      • aveDev

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> aveDev​(Json values)
      • average

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> average​(Json values)
      • averageA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> averageA​(Json values)
      • averageIf

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> averageIf​(Json range,
                                                                                                                                 Json criteria,
                                                                                                                                 Json averageRange)
      • averageIfs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> averageIfs​(Json averageRange,
                                                                                                                                  Json values)
      • bahtText

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bahtText​(Json number)
      • base

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> base​(Json number,
                                                                                                                            Json radix,
                                                                                                                            Json minLength)
      • besselI

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> besselI​(Json x,
                                                                                                                               Json n)
      • besselJ

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> besselJ​(Json x,
                                                                                                                               Json n)
      • besselK

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> besselK​(Json x,
                                                                                                                               Json n)
      • besselY

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> besselY​(Json x,
                                                                                                                               Json n)
      • bin2Dec

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bin2Dec​(Json number)
      • bin2Hex

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bin2Hex​(Json number,
                                                                                                                               Json places)
      • bin2Oct

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bin2Oct​(Json number,
                                                                                                                               Json places)
      • binom_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> binom_Dist​(Json numberS,
                                                                                                                                  Json trials,
                                                                                                                                  Json probabilityS,
                                                                                                                                  Json cumulative)
      • binom_Dist_Range

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> binom_Dist_Range​(Json trials,
                                                                                                                                        Json probabilityS,
                                                                                                                                        Json numberS,
                                                                                                                                        Json numberS2)
      • binom_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> binom_Inv​(Json trials,
                                                                                                                                 Json probabilityS,
                                                                                                                                 Json alpha)
      • bitand

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bitand​(Json number1,
                                                                                                                              Json number2)
      • bitlshift

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bitlshift​(Json number,
                                                                                                                                 Json shiftAmount)
      • bitor

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bitor​(Json number1,
                                                                                                                             Json number2)
      • bitrshift

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bitrshift​(Json number,
                                                                                                                                 Json shiftAmount)
      • bitxor

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> bitxor​(Json number1,
                                                                                                                              Json number2)
      • ceiling_Math

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> ceiling_Math​(Json number,
                                                                                                                                    Json significance,
                                                                                                                                    Json mode)
      • ceiling_Precise

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> ceiling_Precise​(Json number,
                                                                                                                                       Json significance)
      • char_

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> char_​(Json number)
      • chiSq_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> chiSq_Dist​(Json x,
                                                                                                                                  Json degFreedom,
                                                                                                                                  Json cumulative)
      • chiSq_Dist_RT

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> chiSq_Dist_RT​(Json x,
                                                                                                                                     Json degFreedom)
      • chiSq_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> chiSq_Inv​(Json probability,
                                                                                                                                 Json degFreedom)
      • chiSq_Inv_RT

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> chiSq_Inv_RT​(Json probability,
                                                                                                                                    Json degFreedom)
      • choose

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> choose​(Json indexNum,
                                                                                                                              Json values)
      • clean

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> clean​(Json text)
      • code

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> code​(Json text)
      • columns

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> columns​(Json array)
      • combin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> combin​(Json number,
                                                                                                                              Json numberChosen)
      • combina

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> combina​(Json number,
                                                                                                                               Json numberChosen)
      • complex

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> complex​(Json realNum,
                                                                                                                               Json iNum,
                                                                                                                               Json suffix)
      • concatenate

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> concatenate​(Json values)
      • confidence_Norm

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> confidence_Norm​(Json alpha,
                                                                                                                                       Json standardDev,
                                                                                                                                       Json size)
      • confidence_T

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> confidence_T​(Json alpha,
                                                                                                                                    Json standardDev,
                                                                                                                                    Json size)
      • convert

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> convert​(Json number,
                                                                                                                               Json fromUnit,
                                                                                                                               Json toUnit)
      • cos

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> cos​(Json number)
      • cosh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> cosh​(Json number)
      • cot

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> cot​(Json number)
      • coth

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coth​(Json number)
      • count

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> count​(Json values)
      • countA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> countA​(Json values)
      • countBlank

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> countBlank​(Json range)
      • countIf

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> countIf​(Json range,
                                                                                                                               Json criteria)
      • countIfs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> countIfs​(Json values)
      • coupDayBs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupDayBs​(Json settlement,
                                                                                                                                 Json maturity,
                                                                                                                                 Json frequency,
                                                                                                                                 Json basis)
      • coupDays

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupDays​(Json settlement,
                                                                                                                                Json maturity,
                                                                                                                                Json frequency,
                                                                                                                                Json basis)
      • coupDaysNc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupDaysNc​(Json settlement,
                                                                                                                                  Json maturity,
                                                                                                                                  Json frequency,
                                                                                                                                  Json basis)
      • coupNcd

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupNcd​(Json settlement,
                                                                                                                               Json maturity,
                                                                                                                               Json frequency,
                                                                                                                               Json basis)
      • coupNum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupNum​(Json settlement,
                                                                                                                               Json maturity,
                                                                                                                               Json frequency,
                                                                                                                               Json basis)
      • coupPcd

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> coupPcd​(Json settlement,
                                                                                                                               Json maturity,
                                                                                                                               Json frequency,
                                                                                                                               Json basis)
      • csc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> csc​(Json number)
      • csch

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> csch​(Json number)
      • datevalue

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> datevalue​(Json dateText)
      • daverage

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> daverage​(Json database,
                                                                                                                                Json field,
                                                                                                                                Json criteria)
      • day

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> day​(Json serialNumber)
      • days

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> days​(Json endDate,
                                                                                                                            Json startDate)
      • days360

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> days360​(Json startDate,
                                                                                                                               Json endDate,
                                                                                                                               Json method)
      • dbcs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dbcs​(Json text)
      • dcount

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dcount​(Json database,
                                                                                                                              Json field,
                                                                                                                              Json criteria)
      • dcountA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dcountA​(Json database,
                                                                                                                               Json field,
                                                                                                                               Json criteria)
      • dec2Bin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dec2Bin​(Json number,
                                                                                                                               Json places)
      • dec2Hex

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dec2Hex​(Json number,
                                                                                                                               Json places)
      • dec2Oct

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dec2Oct​(Json number,
                                                                                                                               Json places)
      • decimal

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> decimal​(Json number,
                                                                                                                               Json radix)
      • degrees

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> degrees​(Json angle)
      • devSq

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> devSq​(Json values)
      • dget

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dget​(Json database,
                                                                                                                            Json field,
                                                                                                                            Json criteria)
      • dmax

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dmax​(Json database,
                                                                                                                            Json field,
                                                                                                                            Json criteria)
      • dmin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dmin​(Json database,
                                                                                                                            Json field,
                                                                                                                            Json criteria)
      • dollar

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dollar​(Json number,
                                                                                                                              Json decimals)
      • dollarDe

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dollarDe​(Json fractionalDollar,
                                                                                                                                Json fraction)
      • dollarFr

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dollarFr​(Json decimalDollar,
                                                                                                                                Json fraction)
      • dproduct

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dproduct​(Json database,
                                                                                                                                Json field,
                                                                                                                                Json criteria)
      • dstDev

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dstDev​(Json database,
                                                                                                                              Json field,
                                                                                                                              Json criteria)
      • dstDevP

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dstDevP​(Json database,
                                                                                                                               Json field,
                                                                                                                               Json criteria)
      • dsum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dsum​(Json database,
                                                                                                                            Json field,
                                                                                                                            Json criteria)
      • dvar

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dvar​(Json database,
                                                                                                                            Json field,
                                                                                                                            Json criteria)
      • dvarP

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> dvarP​(Json database,
                                                                                                                             Json field,
                                                                                                                             Json criteria)
      • ecma_Ceiling

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> ecma_Ceiling​(Json number,
                                                                                                                                    Json significance)
      • edate

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> edate​(Json startDate,
                                                                                                                             Json months)
      • effect

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> effect​(Json nominalRate,
                                                                                                                              Json npery)
      • eoMonth

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> eoMonth​(Json startDate,
                                                                                                                               Json months)
      • erf

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> erf​(Json lowerLimit,
                                                                                                                           Json upperLimit)
      • erfC

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> erfC​(Json x)
      • erfC_Precise

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> erfC_Precise​(Json X)
      • erf_Precise

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> erf_Precise​(Json X)
      • error_Type

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> error_Type​(Json errorVal)
      • even

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> even​(Json number)
      • exact

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> exact​(Json text1,
                                                                                                                             Json text2)
      • exp

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> exp​(Json number)
      • expon_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> expon_Dist​(Json x,
                                                                                                                                  Json lambda,
                                                                                                                                  Json cumulative)
      • fact

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> fact​(Json number)
      • factDouble

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> factDouble​(Json number)
      • false_

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> false_()
      • find

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> find​(Json findText,
                                                                                                                            Json withinText,
                                                                                                                            Json startNum)
      • findB

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> findB​(Json findText,
                                                                                                                             Json withinText,
                                                                                                                             Json startNum)
      • fisher

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> fisher​(Json x)
      • fisherInv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> fisherInv​(Json y)
      • fixed

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> fixed​(Json number,
                                                                                                                             Json decimals,
                                                                                                                             Json noCommas)
      • floor_Math

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> floor_Math​(Json number,
                                                                                                                                  Json significance,
                                                                                                                                  Json mode)
      • floor_Precise

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> floor_Precise​(Json number,
                                                                                                                                     Json significance)
      • fvschedule

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> fvschedule​(Json principal,
                                                                                                                                  Json schedule)
      • f_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> f_Dist​(Json x,
                                                                                                                              Json degFreedom1,
                                                                                                                              Json degFreedom2,
                                                                                                                              Json cumulative)
      • f_Dist_RT

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> f_Dist_RT​(Json x,
                                                                                                                                 Json degFreedom1,
                                                                                                                                 Json degFreedom2)
      • f_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> f_Inv​(Json probability,
                                                                                                                             Json degFreedom1,
                                                                                                                             Json degFreedom2)
      • f_Inv_RT

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> f_Inv_RT​(Json probability,
                                                                                                                                Json degFreedom1,
                                                                                                                                Json degFreedom2)
      • gamma

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gamma​(Json x)
      • gammaLn

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gammaLn​(Json x)
      • gammaLn_Precise

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gammaLn_Precise​(Json x)
      • gamma_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gamma_Dist​(Json x,
                                                                                                                                  Json alpha,
                                                                                                                                  Json beta,
                                                                                                                                  Json cumulative)
      • gamma_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gamma_Inv​(Json probability,
                                                                                                                                 Json alpha,
                                                                                                                                 Json beta)
      • gauss

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gauss​(Json x)
      • gcd

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> gcd​(Json values)
      • geoMean

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> geoMean​(Json values)
      • geStep

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> geStep​(Json number,
                                                                                                                              Json step)
      • harMean

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> harMean​(Json values)
      • hex2Bin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hex2Bin​(Json number,
                                                                                                                               Json places)
      • hex2Dec

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hex2Dec​(Json number)
      • hex2Oct

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hex2Oct​(Json number,
                                                                                                                               Json places)
      • hlookup

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hlookup​(Json lookupValue,
                                                                                                                               Json tableArray,
                                                                                                                               Json rowIndexNum,
                                                                                                                               Json rangeLookup)
      • hour

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hour​(Json serialNumber)
      • hyperlink

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hyperlink​(Json linkLocation,
                                                                                                                                 Json friendlyName)
      • hypGeom_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> hypGeom_Dist​(Json sampleS,
                                                                                                                                    Json numberSample,
                                                                                                                                    Json populationS,
                                                                                                                                    Json numberPop,
                                                                                                                                    Json cumulative)
      • if_

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> if_​(Json logicalTest,
                                                                                                                           Json valueIfTrue,
                                                                                                                           Json valueIfFalse)
      • imAbs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imAbs​(Json inumber)
      • imaginary

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imaginary​(Json inumber)
      • imArgument

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imArgument​(Json inumber)
      • imConjugate

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imConjugate​(Json inumber)
      • imCos

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imCos​(Json inumber)
      • imCosh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imCosh​(Json inumber)
      • imCot

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imCot​(Json inumber)
      • imCsc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imCsc​(Json inumber)
      • imCsch

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imCsch​(Json inumber)
      • imDiv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imDiv​(Json inumber1,
                                                                                                                             Json inumber2)
      • imExp

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imExp​(Json inumber)
      • imLn

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imLn​(Json inumber)
      • imLog10

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imLog10​(Json inumber)
      • imLog2

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imLog2​(Json inumber)
      • imPower

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imPower​(Json inumber,
                                                                                                                               Json number)
      • imProduct

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imProduct​(Json values)
      • imReal

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imReal​(Json inumber)
      • imSec

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSec​(Json inumber)
      • imSech

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSech​(Json inumber)
      • imSin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSin​(Json inumber)
      • imSinh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSinh​(Json inumber)
      • imSqrt

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSqrt​(Json inumber)
      • imSub

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSub​(Json inumber1,
                                                                                                                             Json inumber2)
      • imSum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imSum​(Json values)
      • imTan

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> imTan​(Json inumber)
      • int_

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> int_​(Json number)
      • intRate

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> intRate​(Json settlement,
                                                                                                                               Json maturity,
                                                                                                                               Json investment,
                                                                                                                               Json redemption,
                                                                                                                               Json basis)
      • irr

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> irr​(Json values,
                                                                                                                           Json guess)
      • isErr

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isErr​(Json value)
      • isError

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isError​(Json value)
      • isEven

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isEven​(Json number)
      • isFormula

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isFormula​(Json reference)
      • isLogical

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isLogical​(Json value)
      • isNA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isNA​(Json value)
      • isNonText

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isNonText​(Json value)
      • isNumber

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isNumber​(Json value)
      • isOdd

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isOdd​(Json number)
      • isoWeekNum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isoWeekNum​(Json date)
      • iso_Ceiling

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> iso_Ceiling​(Json number,
                                                                                                                                   Json significance)
      • isref

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isref​(Json value)
      • isText

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> isText​(Json value)
      • kurt

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> kurt​(Json values)
      • large

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> large​(Json array,
                                                                                                                             Json k)
      • lcm

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> lcm​(Json values)
      • left

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> left​(Json text,
                                                                                                                            Json numChars)
      • leftb

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> leftb​(Json text,
                                                                                                                             Json numBytes)
      • len

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> len​(Json text)
      • lenb

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> lenb​(Json text)
      • ln

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> ln​(Json number)
      • log

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> log​(Json number,
                                                                                                                           Json base)
      • log10

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> log10​(Json number)
      • logNorm_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> logNorm_Dist​(Json x,
                                                                                                                                    Json mean,
                                                                                                                                    Json standardDev,
                                                                                                                                    Json cumulative)
      • logNorm_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> logNorm_Inv​(Json probability,
                                                                                                                                   Json mean,
                                                                                                                                   Json standardDev)
      • lookup

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> lookup​(Json lookupValue,
                                                                                                                              Json lookupVector,
                                                                                                                              Json resultVector)
      • lower

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> lower​(Json text)
      • match

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> match​(Json lookupValue,
                                                                                                                             Json lookupArray,
                                                                                                                             Json matchType)
      • max

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> max​(Json values)
      • maxA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> maxA​(Json values)
      • median

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> median​(Json values)
      • midb

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> midb​(Json text,
                                                                                                                            Json startNum,
                                                                                                                            Json numBytes)
      • min

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> min​(Json values)
      • minA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> minA​(Json values)
      • minute

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> minute​(Json serialNumber)
      • mirr

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> mirr​(Json values,
                                                                                                                            Json financeRate,
                                                                                                                            Json reinvestRate)
      • mod

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> mod​(Json number,
                                                                                                                           Json divisor)
      • month

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> month​(Json serialNumber)
      • mround

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> mround​(Json number,
                                                                                                                              Json multiple)
      • multiNomial

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> multiNomial​(Json values)
      • n

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> n​(Json value)
      • na

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> na()
      • negBinom_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> negBinom_Dist​(Json numberF,
                                                                                                                                     Json numberS,
                                                                                                                                     Json probabilityS,
                                                                                                                                     Json cumulative)
      • networkDays

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> networkDays​(Json startDate,
                                                                                                                                   Json endDate,
                                                                                                                                   Json holidays)
      • networkDays_Intl

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> networkDays_Intl​(Json startDate,
                                                                                                                                        Json endDate,
                                                                                                                                        Json weekend,
                                                                                                                                        Json holidays)
      • nominal

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> nominal​(Json effectRate,
                                                                                                                               Json npery)
      • norm_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> norm_Dist​(Json x,
                                                                                                                                 Json mean,
                                                                                                                                 Json standardDev,
                                                                                                                                 Json cumulative)
      • norm_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> norm_Inv​(Json probability,
                                                                                                                                Json mean,
                                                                                                                                Json standardDev)
      • norm_S_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> norm_S_Dist​(Json z,
                                                                                                                                   Json cumulative)
      • norm_S_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> norm_S_Inv​(Json probability)
      • not

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> not​(Json logical)
      • now

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> now()
      • npv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> npv​(Json rate,
                                                                                                                           Json values)
      • numberValue

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> numberValue​(Json text,
                                                                                                                                   Json decimalSeparator,
                                                                                                                                   Json groupSeparator)
      • oct2Bin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> oct2Bin​(Json number,
                                                                                                                               Json places)
      • oct2Dec

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> oct2Dec​(Json number)
      • oct2Hex

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> oct2Hex​(Json number,
                                                                                                                               Json places)
      • odd

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> odd​(Json number)
      • or

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> or​(Json values)
      • percentile_Exc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> percentile_Exc​(Json array,
                                                                                                                                      Json k)
      • percentile_Inc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> percentile_Inc​(Json array,
                                                                                                                                      Json k)
      • percentRank_Exc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> percentRank_Exc​(Json array,
                                                                                                                                       Json x,
                                                                                                                                       Json significance)
      • percentRank_Inc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> percentRank_Inc​(Json array,
                                                                                                                                       Json x,
                                                                                                                                       Json significance)
      • permut

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> permut​(Json number,
                                                                                                                              Json numberChosen)
      • permutationa

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> permutationa​(Json number,
                                                                                                                                    Json numberChosen)
      • phi

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> phi​(Json x)
      • pi

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> pi()
      • poisson_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> poisson_Dist​(Json x,
                                                                                                                                    Json mean,
                                                                                                                                    Json cumulative)
      • power

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> power​(Json number,
                                                                                                                             Json power)
      • priceDisc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> priceDisc​(Json settlement,
                                                                                                                                 Json maturity,
                                                                                                                                 Json discount,
                                                                                                                                 Json redemption,
                                                                                                                                 Json basis)
      • product

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> product​(Json values)
      • proper

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> proper​(Json text)
      • quartile_Exc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> quartile_Exc​(Json array,
                                                                                                                                    Json quart)
      • quartile_Inc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> quartile_Inc​(Json array,
                                                                                                                                    Json quart)
      • quotient

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> quotient​(Json numerator,
                                                                                                                                Json denominator)
      • radians

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> radians​(Json angle)
      • rand

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rand()
      • randBetween

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> randBetween​(Json bottom,
                                                                                                                                   Json top)
      • rank_Avg

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rank_Avg​(Json number,
                                                                                                                                Json ref,
                                                                                                                                Json order)
      • rank_Eq

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rank_Eq​(Json number,
                                                                                                                               Json ref,
                                                                                                                               Json order)
      • received

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> received​(Json settlement,
                                                                                                                                Json maturity,
                                                                                                                                Json investment,
                                                                                                                                Json discount,
                                                                                                                                Json basis)
      • replace

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> replace​(Json oldText,
                                                                                                                               Json startNum,
                                                                                                                               Json numChars,
                                                                                                                               Json newText)
      • replaceB

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> replaceB​(Json oldText,
                                                                                                                                Json startNum,
                                                                                                                                Json numBytes,
                                                                                                                                Json newText)
      • rept

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rept​(Json text,
                                                                                                                            Json numberTimes)
      • right

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> right​(Json text,
                                                                                                                             Json numChars)
      • rightb

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rightb​(Json text,
                                                                                                                              Json numBytes)
      • roman

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> roman​(Json number,
                                                                                                                             Json form)
      • round

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> round​(Json number,
                                                                                                                             Json numDigits)
      • roundDown

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> roundDown​(Json number,
                                                                                                                                 Json numDigits)
      • roundUp

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> roundUp​(Json number,
                                                                                                                               Json numDigits)
      • rows

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> rows​(Json array)
      • sec

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sec​(Json number)
      • sech

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sech​(Json number)
      • second

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> second​(Json serialNumber)
      • sheet

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sheet​(Json value)
      • sheets

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sheets​(Json reference)
      • sign

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sign​(Json number)
      • sin

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sin​(Json number)
      • sinh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sinh​(Json number)
      • skew

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> skew​(Json values)
      • skew_p

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> skew_p​(Json values)
      • small

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> small​(Json array,
                                                                                                                             Json k)
      • sqrt

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sqrt​(Json number)
      • sqrtPi

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sqrtPi​(Json number)
      • standardize

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> standardize​(Json x,
                                                                                                                                   Json mean,
                                                                                                                                   Json standardDev)
      • stDevA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> stDevA​(Json values)
      • stDevPA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> stDevPA​(Json values)
      • stDev_P

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> stDev_P​(Json values)
      • stDev_S

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> stDev_S​(Json values)
      • substitute

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> substitute​(Json text,
                                                                                                                                  Json oldText,
                                                                                                                                  Json newText,
                                                                                                                                  Json instanceNum)
      • subtotal

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> subtotal​(Json functionNum,
                                                                                                                                Json values)
      • sum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sum​(Json values)
      • sumIf

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sumIf​(Json range,
                                                                                                                             Json criteria,
                                                                                                                             Json sumRange)
      • sumIfs

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sumIfs​(Json sumRange,
                                                                                                                              Json values)
      • sumSq

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> sumSq​(Json values)
      • t

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t​(Json value)
      • tan

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> tan​(Json number)
      • tanh

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> tanh​(Json number)
      • tbillEq

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> tbillEq​(Json settlement,
                                                                                                                               Json maturity,
                                                                                                                               Json discount)
      • tbillPrice

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> tbillPrice​(Json settlement,
                                                                                                                                  Json maturity,
                                                                                                                                  Json discount)
      • tbillYield

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> tbillYield​(Json settlement,
                                                                                                                                  Json maturity,
                                                                                                                                  Json pr)
      • text

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> text​(Json value,
                                                                                                                            Json formatText)
      • timevalue

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> timevalue​(Json timeText)
      • today

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> today()
      • trim

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> trim​(Json text)
      • trimMean

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> trimMean​(Json array,
                                                                                                                                Json percent)
      • true_

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> true_()
      • trunc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> trunc​(Json number,
                                                                                                                             Json numDigits)
      • type

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> type​(Json value)
      • t_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t_Dist​(Json x,
                                                                                                                              Json degFreedom,
                                                                                                                              Json cumulative)
      • t_Dist_2T

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t_Dist_2T​(Json x,
                                                                                                                                 Json degFreedom)
      • t_Dist_RT

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t_Dist_RT​(Json x,
                                                                                                                                 Json degFreedom)
      • t_Inv

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t_Inv​(Json probability,
                                                                                                                             Json degFreedom)
      • t_Inv_2T

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> t_Inv_2T​(Json probability,
                                                                                                                                Json degFreedom)
      • unichar

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> unichar​(Json number)
      • unicode

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> unicode​(Json text)
      • upper

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> upper​(Json text)
      • usdollar

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> usdollar​(Json number,
                                                                                                                                Json decimals)
      • value

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> value​(Json text)
      • varA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> varA​(Json values)
      • varPA

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> varPA​(Json values)
      • var_P

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> var_P​(Json values)
      • var_S

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> var_S​(Json values)
      • vlookup

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> vlookup​(Json lookupValue,
                                                                                                                               Json tableArray,
                                                                                                                               Json colIndexNum,
                                                                                                                               Json rangeLookup)
      • weekday

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> weekday​(Json serialNumber,
                                                                                                                               Json returnType)
      • weekNum

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> weekNum​(Json serialNumber,
                                                                                                                               Json returnType)
      • weibull_Dist

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> weibull_Dist​(Json x,
                                                                                                                                    Json alpha,
                                                                                                                                    Json beta,
                                                                                                                                    Json cumulative)
      • workDay

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> workDay​(Json startDate,
                                                                                                                               Json days,
                                                                                                                               Json holidays)
      • workDay_Intl

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> workDay_Intl​(Json startDate,
                                                                                                                                    Json days,
                                                                                                                                    Json weekend,
                                                                                                                                    Json holidays)
      • xor

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> xor​(Json values)
      • year

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> year​(Json serialNumber)
      • yearFrac

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> yearFrac​(Json startDate,
                                                                                                                                Json endDate,
                                                                                                                                Json basis)
      • yieldDisc

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookFunctionResult> yieldDisc​(Json settlement,
                                                                                                                                 Json maturity,
                                                                                                                                 Json pr,
                                                                                                                                 Json redemption,
                                                                                                                                 Json basis)