- All Implemented Interfaces:
Atom
public final class AtomSafe
extends Object
implements Atom
Atom that catches exceptions.
- Since:
- 0.36.0
-
Constructor Summary
Constructors
-
Method Summary
Executes λ function and calculates object.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AtomSafe
public AtomSafe(Phi atom)
Ctor.
- Parameters:
atom - Phi as atom.
-
Method Details
-
lambda
Description copied from interface: Atom
Executes λ function and calculates object.
- Specified by:
lambda in interface Atom
- Returns:
- Object calculated from λ function.