Package org.eolang
Interface Atom
-
- All Known Implementing Classes:
AtomSafe,EOas_phi,EObytes$EOand,EObytes$EOconcat,EObytes$EOeq,EObytes$EOnot,EObytes$EOor,EObytes$EOright,EObytes$EOsize,EObytes$EOslice,EObytes$EOxor,EOcage$EOencaged$EOencage,EOcage$EOencaged$EOφ,EOcage$EOφ,EOconsole$EOread$EOread_bytes,EOconsole$EOwrite$EOwritten_bytes,EOdataized,EOerror,EOmalloc$EOof$EOallocated$EOread,EOmalloc$EOof$EOallocated$EOwrite,EOmalloc$EOof$EOφ,EOnumber$EOdiv,EOnumber$EOfloor,EOnumber$EOgt,EOnumber$EOplus,EOnumber$EOtimes,EOregex$EOcompiled,EOregex$EOpattern$EOmatch$EOmatched_from_index,EOrust,EOsprintf,EOsscanf,EOstring$EOlength,EOstring$EOslice,EOtry,EOuname$EOφ
public interface AtomAtom. A native object implemented in the language EO is compiled into. For EO end user atoms look like magic box. That's why all atoms have λ function, that calculates the final object.- Since:
- 0.36.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Philambda()Executes λ function and calculates object.
-