Package fj

Class Primitive

java.lang.Object
fj.Primitive

public final class Primitive extends Object
Functions that convert between Java primitive types.
  • Field Details

    • Boolean_Byte

      public static final F<Boolean,Byte> Boolean_Byte
      A function that converts booleans to bytes.
    • Boolean_Character

      public static final F<Boolean,Character> Boolean_Character
      A function that converts booleans to characters.
    • Boolean_Double

      public static final F<Boolean,Double> Boolean_Double
      A function that converts booleans to doubles.
    • Boolean_Float

      public static final F<Boolean,Float> Boolean_Float
      A function that converts booleans to floats.
    • Boolean_Integer

      public static final F<Boolean,Integer> Boolean_Integer
      A function that converts booleans to integers.
    • Boolean_Long

      public static final F<Boolean,Long> Boolean_Long
      A function that converts booleans to longs.
    • Boolean_Short

      public static final F<Boolean,Short> Boolean_Short
      A function that converts booleans to shorts.
    • Byte_Boolean

      public static final F<Byte,Boolean> Byte_Boolean
      A function that converts bytes to booleans.
    • Byte_Character

      public static final F<Byte,Character> Byte_Character
      A function that converts bytes to characters.
    • Byte_Double

      public static final F<Byte,Double> Byte_Double
      A function that converts bytes to doubles.
    • Byte_Float

      public static final F<Byte,Float> Byte_Float
      A function that converts bytes to floats.
    • Byte_Integer

      public static final F<Byte,Integer> Byte_Integer
      A function that converts bytes to integers.
    • Byte_Long

      public static final F<Byte,Long> Byte_Long
      A function that converts bytes to longs.
    • Byte_Short

      public static final F<Byte,Short> Byte_Short
      A function that converts bytes to shorts.
    • Character_Boolean

      public static final F<Character,Boolean> Character_Boolean
      A function that converts characters to booleans.
    • Character_Byte

      public static final F<Character,Byte> Character_Byte
      A function that converts characters to bytes.
    • Character_Double

      public static final F<Character,Double> Character_Double
      A function that converts characters to doubles.
    • Character_Float

      public static final F<Character,Float> Character_Float
      A function that converts characters to floats.
    • Character_Integer

      public static final F<Character,Integer> Character_Integer
      A function that converts characters to integers.
    • Character_Long

      public static final F<Character,Long> Character_Long
      A function that converts characters to longs.
    • Character_Short

      public static final F<Character,Short> Character_Short
      A function that converts characters to shorts.
    • Double_Boolean

      public static final F<Double,Boolean> Double_Boolean
      A function that converts doubles to booleans.
    • Double_Byte

      public static final F<Double,Byte> Double_Byte
      A function that converts doubles to bytes.
    • Double_Character

      public static final F<Double,Character> Double_Character
      A function that converts doubles to characters.
    • Double_Float

      public static final F<Double,Float> Double_Float
      A function that converts doubles to floats.
    • Double_Integer

      public static final F<Double,Integer> Double_Integer
      A function that converts doubles to integers.
    • Double_Long

      public static final F<Double,Long> Double_Long
      A function that converts doubles to longs.
    • Double_Short

      public static final F<Double,Short> Double_Short
      A function that converts doubles to shorts.
    • Float_Boolean

      public static final F<Float,Boolean> Float_Boolean
      A function that converts floats to booleans.
    • Float_Byte

      public static final F<Float,Byte> Float_Byte
      A function that converts floats to bytes.
    • Float_Character

      public static final F<Float,Character> Float_Character
      A function that converts floats to characters.
    • Float_Double

      public static final F<Float,Double> Float_Double
      A function that converts floats to doubles.
    • Float_Integer

      public static final F<Float,Integer> Float_Integer
      A function that converts floats to integers.
    • Float_Long

      public static final F<Float,Long> Float_Long
      A function that converts floats to longs.
    • Float_Short

      public static final F<Float,Short> Float_Short
      A function that converts floats to shorts.
    • Integer_Boolean

      public static final F<Integer,Boolean> Integer_Boolean
      A function that converts integers to booleans.
    • Integer_Byte

      public static final F<Integer,Byte> Integer_Byte
      A function that converts integers to bytes.
    • Integer_Character

      public static final F<Integer,Character> Integer_Character
      A function that converts integers to characters.
    • Integer_Double

      public static final F<Integer,Double> Integer_Double
      A function that converts integers to doubles.
    • Integer_Float

      public static final F<Integer,Float> Integer_Float
      A function that converts integers to floats.
    • Integer_Long

      public static final F<Integer,Long> Integer_Long
      A function that converts integers to longs.
    • Integer_Short

      public static final F<Integer,Short> Integer_Short
      A function that converts integers to shorts.
    • Long_Boolean

      public static final F<Long,Boolean> Long_Boolean
      A function that converts longs to booleans.
    • Long_Byte

      public static final F<Long,Byte> Long_Byte
      A function that converts longs to bytes.
    • Long_Character

      public static final F<Long,Character> Long_Character
      A function that converts longs to characters.
    • Long_Double

      public static final F<Long,Double> Long_Double
      A function that converts longs to doubles.
    • Long_Float

      public static final F<Long,Float> Long_Float
      A function that converts longs to floats.
    • Long_Integer

      public static final F<Long,Integer> Long_Integer
      A function that converts longs to integers.
    • Long_Short

      public static final F<Long,Short> Long_Short
      A function that converts longs to shorts.
    • Short_Boolean

      public static final F<Short,Boolean> Short_Boolean
      A function that converts shorts to booleans.
    • Short_Byte

      public static final F<Short,Byte> Short_Byte
      A function that converts shorts to bytes.
    • Short_Character

      public static final F<Short,Character> Short_Character
      A function that converts shorts to characters.
    • Short_Double

      public static final F<Short,Double> Short_Double
      A function that converts shorts to doubles.
    • Short_Float

      public static final F<Short,Float> Short_Float
      A function that converts shorts to floats.
    • Short_Integer

      public static final F<Short,Integer> Short_Integer
      A function that converts shorts to integers.
    • Short_Long

      public static final F<Short,Long> Short_Long
      A function that converts shorts to longs.
  • Constructor Details

    • Primitive

      private Primitive()