-
- All Known Subinterfaces:
GenericStreamlet<I,O>,Streamlet<I,O>
- All Known Implementing Classes:
AbstractStreamlet
public interface StreamletScope<O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Outlet<O>outlet(String key)Returns anOutletthat updates when the specifiedkeyupdates.StreamletContextstreamletContext()Returns the environment in which thisStreamletScopeoperates.StreamletScope<? extends O>streamletScope()Returns the lexically scoped parent of thisStreamletScope.
-
-
-
Method Detail
-
streamletScope
StreamletScope<? extends O> streamletScope()
Returns the lexically scoped parent of thisStreamletScope. Returnsnullif thisStreamletScopehas no lexical parent.
-
streamletContext
StreamletContext streamletContext()
Returns the environment in which thisStreamletScopeoperates.
-
-