Package

com

twitter

Permalink

package twitter

Visibility
  1. Public
  2. All

Value Members

  1. package bijection

    Permalink

    Bijection trait with numerous implementations.

    Bijection trait with numerous implementations.

    A Bijection[A, B] is an invertible function from A -> B. Knowing that two types have this relationship can be very helpful for serialization (Bijection[T, Array[Byte]]]), communication between libraries (Bijection[MyTrait, YourTrait]) and many other purposes.

Ungrouped