Interface Dosage

All Known Implementing Classes:
Dosage.Empty, ReDosage

@Immutable public interface Dosage
Dosage of items retrieved from table.
Since:
0.1
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Always empty.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Has next dosage?
    List<Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValue>>
    Items.
    Fetch next dosage.
  • Method Details

    • items

      List<Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValue>> items()
      Items.
      Returns:
      List of items
    • hasNext

      boolean hasNext()
      Has next dosage?
      Returns:
      TRUE if next storage is available
    • next

      Dosage next()
      Fetch next dosage.
      Returns:
      The dosage