Shadowing

object Shadowing
Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, S](f: A => S, g: S => Option[A]): Shadowing[A, S]
def bigInt[A : NumberTag](fromBigInt: BigInt => A): Shadowing[A, BigInt]