Package org.eolang

Class AtomSafe

java.lang.Object
org.eolang.AtomSafe
All Implemented Interfaces:
Atom

public final class AtomSafe extends Object implements Atom
Atom that catches exceptions.
Since:
0.36.0
  • Constructor Details

    • AtomSafe

      public AtomSafe(Phi atom)
      Ctor.
      Parameters:
      atom - Phi as atom.
  • Method Details

    • lambda

      public Phi lambda()
      Description copied from interface: Atom
      Executes λ function and calculates object.
      Specified by:
      lambda in interface Atom
      Returns:
      Object calculated from λ function.