| ByteIteratorTakeWhile Method |
N/A
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual ByteIterator TakeWhile(
Func<byte, bool> p
)
abstract TakeWhile :
p : Func<byte, bool> -> ByteIterator
override TakeWhile :
p : Func<byte, bool> -> ByteIterator
Parameters
- p
- Type: SystemFuncByte, Boolean
N/A
Return Value
Type:
ByteIteratorN/A
Exceptions See Also