Package net.luis.utils.io.codec.group.function


package net.luis.utils.io.codec.group.function
  • Interfaces
    Class
    Description
    Represents a codec grouping function that accepts one argument and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction10<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,R>
    Represents a codec grouping function that accepts ten arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction11<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,R>
    Represents a codec grouping function that accepts eleven arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction12<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,CI12,R>
    Represents a codec grouping function that accepts twelve arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction13<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,CI12,CI13,R>
    Represents a codec grouping function that accepts thirteen arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction14<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,CI12,CI13,CI14,R>
    Represents a codec grouping function that accepts fourteen arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction15<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,CI12,CI13,CI14,CI15,R>
    Represents a codec grouping function that accepts fifteen arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction16<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,CI10,CI11,CI12,CI13,CI14,CI15,CI16,R>
    Represents a codec grouping function that accepts sixteen arguments and produces a result.
    Manly used for decoding objects using a Codec.
    Represents a codec grouping function that accepts two arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction3<CI1,CI2,CI3,R>
    Represents a codec grouping function that accepts three arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction4<CI1,CI2,CI3,CI4,R>
    Represents a codec grouping function that accepts four arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction5<CI1,CI2,CI3,CI4,CI5,R>
    Represents a codec grouping function that accepts five arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction6<CI1,CI2,CI3,CI4,CI5,CI6,R>
    Represents a codec grouping function that accepts six arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction7<CI1,CI2,CI3,CI4,CI5,CI6,CI7,R>
    Represents a codec grouping function that accepts seven arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction8<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,R>
    Represents a codec grouping function that accepts eight arguments and produces a result.
    Manly used for decoding objects using a Codec.
    CodecGroupingFunction9<CI1,CI2,CI3,CI4,CI5,CI6,CI7,CI8,CI9,R>
    Represents a codec grouping function that accepts nine arguments and produces a result.
    Manly used for decoding objects using a Codec.