Packages

package splits

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. splits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class SplitEpi[A, B](get: (A) => B, reverseGet: (B) => A) extends (A) => B with Product with Serializable
  2. final case class SplitMono[A, B](get: (A) => B, reverseGet: (B) => A) extends (A) => B with Product with Serializable

Value Members

  1. val stringDoubleEpi: SplitEpi[String, Double]
  2. val stringIntEpi: SplitEpi[String, Int]
  3. val stringLongEpi: SplitEpi[String, Long]

Inherited from AnyRef

Inherited from Any

Ungrouped