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φ,EOdataized,EOerror,EOfloat$EOdiv,EOfloat$EOgt,EOfloat$EOplus,EOfloat$EOtimes,EOint$EOdiv,EOint$EOgt,EOint$EOplus,EOint$EOtimes,EOmalloc$EOof$EOallocated$EOread,EOmalloc$EOof$EOallocated$EOwrite,EOmalloc$EOof$EOφ,EOrust,EOstdin$EOnext_line,EOstdin$EOφ,EOstdout,EOstring$EOas_bytes,EOstring$EOlength,EOstring$EOslice,EOtry,PhWrite
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.
-