Package org.eolang
Class AtComposite
- java.lang.Object
-
- org.eolang.AtComposite
-
-
Constructor Summary
Constructors Constructor Description AtComposite(Phi obj, Function<Phi,Phi> exp)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attr
copy(Phi self)
Make a copy of it.Phi
get()
Take the object out.void
put(Phi phi)
Put a new object in.
-