| GraphStageLogicIsAvailable Method (Inlet) |
Indicates whether there is an element waiting at the given input port.
GrabT(InletT) can be used to retrieve the
element. After calling
GrabT(InletT) this method will return false.
If this method returns true then
HasBeenPulled(Inlet) will return false for that same port.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected bool IsAvailable(
Inlet inlet
)
member IsAvailable :
inlet : Inlet -> bool
Parameters
- inlet
- Type: Akka.StreamsInlet
TBD
Return Value
Type:
BooleanTBD
See Also