Uses of Class
org.eolang.opeo.storage.XmirEntry
-
Packages that use XmirEntry Package Description org.eolang.opeo.storage Contains classes for working with storage. -
-
Uses of XmirEntry in org.eolang.opeo.storage
Methods in org.eolang.opeo.storage that return XmirEntry Modifier and Type Method Description XmirEntry
InMemoryStorage. last()
Get the last saved entry.XmirEntry
XmirEntry. transform(Function<? super com.jcabi.xml.XML,? extends com.jcabi.xml.XML> transformer)
Transform XMIR.Methods in org.eolang.opeo.storage that return types with arguments of type XmirEntry Modifier and Type Method Description Stream<XmirEntry>
CompilationStorage. all()
Stream<XmirEntry>
DecompilationStorage. all()
Stream<XmirEntry>
DummyStorage. all()
Stream<XmirEntry>
FileStorage. all()
Stream<XmirEntry>
InMemoryStorage. all()
Stream<XmirEntry>
Storage. all()
Get all XMIRs.Stream<XmirEntry>
WithoutAliasesStorage. all()
Methods in org.eolang.opeo.storage with parameters of type XmirEntry Modifier and Type Method Description void
CompilationStorage. save(XmirEntry xmir)
void
DecompilationStorage. save(XmirEntry xmir)
void
DummyStorage. save(XmirEntry xmir)
void
FileStorage. save(XmirEntry xmir)
void
InMemoryStorage. save(XmirEntry xmir)
void
Storage. save(XmirEntry xmir)
Save XMIR.void
WithoutAliasesStorage. save(XmirEntry xmir)
Constructor parameters in org.eolang.opeo.storage with type arguments of type XmirEntry Constructor Description InMemoryStorage(List<XmirEntry> container)
Constructor.
-