Uses of Class
fj.data.$

Packages that use $
Package
Description
Common algebraic data types.
  • Uses of $ in fj.data

    Methods in fj.data that return $
    Modifier and Type
    Method
    Description
    static <A, B> $<A,B>
    $.__(B b)
    Returns a function that given an argument, returns a function that ignores its argument.
    static <A, B> $<A,B>
    $.constant(B b)