com.bilalfazlani.zioMongo.result

Type members

Classlikes

case class Completed()

Completed replaces Void return type

Completed replaces Void return type

case class DeleteResult(wrapper: DeleteResult)

The result of a delete operation. If the delete was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

The result of a delete operation. If the delete was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

See also:

com.mongodb.WriteConcern#UNACKNOWLEDGED

Since:

3.0

case class InsertManyResult(wrapper: InsertManyResult)

The result of an insert many operation. If the insert many was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

The result of an insert many operation. If the insert many was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

See also:

com.mongodb.WriteConcern#UNACKNOWLEDGED

Since:

4.0

case class InsertOneResult(wrapper: InsertOneResult)

The result of an insert one operation. If the insert one was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

The result of an insert one operation. If the insert one was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

See also:

com.mongodb.WriteConcern#UNACKNOWLEDGED

Since:

4.0

case class UpdateResult(wrapper: UpdateResult)

The result of an update operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

The result of an update operation. If the update was unacknowledged, then wasAcknowledged will return false and all other methods will throw UnsupportedOperationException.

See also:

com.mongodb.WriteConcern#UNACKNOWLEDGED

Since:

3.0