Confluo  0.1.0
Public Member Functions | List of all members
confluo.rpc.RecordStream Class Reference
Inheritance diagram for confluo.rpc.RecordStream:

Public Member Functions

Record next ()
 
boolean hasNext ()
 

Detailed Description

A stream of records and associated functionality

Member Function Documentation

◆ hasNext()

boolean confluo.rpc.RecordStream.hasNext ( )
inline

Checks whether the stream has any more elements

Returns
True if there are any more records in the stream, false otherwise

◆ next()

Record confluo.rpc.RecordStream.next ( )
inline

Iterator next method for the record stream

Returns
A record containing the next element in the stream

The documentation for this class was generated from the following file: