class Mutant::Transform::Array

def call(input)

Returns:
  • (Either>) -

Parameters:
  • input (Object) --
def call(input)
  PRIMITIVE
    .call(input)
    .lmap(&method(:lift_error))
    .bind(&method(:run))
end