Interface WhereApplier

    • Method Detail

      • andThen

        default WhereApplier andThen​(WhereApplier after)
        Return a composed where applier that performs this operation followed by the after operation.
        Parameters:
        after - the operation to perform after this operation
        Returns:
        a composed where applier that performs this operation followed by the after operation.