Uses of Interface
convex.core.lang.IFn

Packages that use IFn
Package
Description
 
 
  • Uses of IFn in convex.core.lang

    Classes in convex.core.lang that implement IFn
    Modifier and Type
    Class
    Description
    class 
    AFn<T extends ACell>
    Base class for functions expressed as values "You know what's web-scale? The Web.
  • Uses of IFn in convex.core.lang.impl

    Classes in convex.core.lang.impl that implement IFn
    Modifier and Type
    Class
    Description
    class 
    AClosure<T extends ACell>
    Abstract base class for functions that can close over a lexical environment.
    class 
    ADataFn<T extends ACell>
    Abstract base class for data structure lookup functions.
    class 
    CoreFn<T extends ACell>
    Abstract base class for core language functions implemented in the Runtime Core functions are tagged using their symbols in on-chain representation
    class 
    Abstract base class for core predicate functions
    class 
    Fn<T extends ACell>
    Value class representing a instantiated closure / lambda function.
    class 
    KeywordFn<T extends ACell>
     
    class 
    MapFn<K extends ACell,​T extends ACell>
     
    class 
    MultiFn<T extends ACell>
     
    class 
    SeqFn<T extends ACell>
    Wrapper for interpreting a sequence object as an invokable function
    class 
    SetFn<T extends ACell>