Interface Implementation.Composable

    • Method Detail

      • andThen

        Implementation andThen​(Implementation implementation)
        Appends the supplied implementation to this implementation.
        Parameters:
        implementation - The subsequent implementation.
        Returns:
        An implementation that combines this implementation with the provided one.