IMap

harness.core.IMap
See theIMap companion object
trait IMap[A, B] extends IEMap[A, B]

Attributes

Companion
object
Graph
Supertypes
trait IEMap[A, B]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def from(b: B): A
def to(a: A): B

Concrete methods

final override def toOrFail(a: A): EitherNel[String, B]

Attributes

Definition Classes