Skip to content

Try to implement ZLayer #69

Description

@tonivade

ZLayer

It seems that is samething that receives an environment and the result is other enviroment

public interface ZLayer<R, E, S> {
  Either<E, S> provide(R input);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions