metadsl_core.either

Classes

Either(function, args, kwargs)

class metadsl_core.either.Either(function, args, kwargs)[source]
args: List[object]
function: Callable
kwargs: Dict[str, object]
left(cls, value) = Either.left[source]
match(self, left, right) = Either.match[source]
right(cls, value) = Either.right[source]