All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sisioh.aws4s.dynamodb.document.RichPage.scala Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package org.sisioh.aws4s.dynamodb.document

import com.amazonaws.services.dynamodbv2.document.Page
import org.sisioh.aws4s.PimpedType

class RichPage[A, B](val underlying: Page[A, B]) extends AnyVal with PimpedType[Page[A, B]] {

  def lowLevelResult = underlying.getLowLevelResult

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy