Package org.eolang
Class AtOnce
- java.lang.Object
-
- org.eolang.AtOnce
-
public final class AtOnce extends Object implements Attr
Attribute that retrieves object only once. It's highly recommended to use it withAtComposite
.- Since:
- 0.1
-
-
Constructor Detail
-
AtOnce
public AtOnce(Attr attr)
Ctor.- Parameters:
attr
- Origin attribute
-
-