Skip to content

RepoOperation

[Source]

A RepoOperation encapsualtes a high-level operation on a repo that is comprised of a chain of one or more smaller steps that all operate on a single given Repo and are initiated with apply().

interface val RepoOperation

Public Functions

apply

[Source]

fun val apply(
  repo: Repo val)
: None val

Parameters

Returns