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.
      • andThen

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