Interface FPRMCreation<Name>

interface FPRMCreation<Name extends string> {
    RNA(): FPRM<Name>;
    RNE(): FPRM<Name>;
    RTN(): FPRM<Name>;
    RTP(): FPRM<Name>;
    RTZ(): FPRM<Name>;
    sort(): FPRMSort<Name>;
}

Type Parameters

  • Name extends string

Methods

Methods