Package fj.data.hlist

Class HPre

java.lang.Object
fj.data.hlist.HPre

public final class HPre extends Object
A basic prelude of values lifted into the type system.
  • Field Details

  • Constructor Details

    • HPre

      private HPre()
  • Method Details

    • 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.