Package fj.data.hlist

Class HPre


  • public final class HPre
    extends java.lang.Object
    A basic prelude of values lifted into the type system.
    • Constructor Detail

      • HPre

        private HPre()
    • Method Detail

      • hTrue

        public static HPre.HTrue hTrue()
        Returns a boolean value whose type represents truth.
        Returns:
        a boolean value whose type represents truth.
      • hFalse

        public static HPre.HFalse hFalse()
        Returns a boolean value whose type represents falsehood.
        Returns:
        a boolean value whose type represents falsehood.