Package

singleton

twoface

Permalink

package twoface

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

Value Members

  1. object Checked

    Permalink
  2. object Checked0Param

    Permalink
  3. object Checked1Param

    Permalink
  4. object TwoFace

    Permalink
  5. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Boolean[T], elseArg: Boolean[E])(implicit tfs: twoface.impl.TwoFaceAny.Boolean.Shell3[ITE, I, Boolean, T, Boolean, E, Boolean]): Boolean[twoface.impl.Shell.Three.Boolean.Out]

    Permalink
  6. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: String[T], elseArg: String[E])(implicit tfs: twoface.impl.TwoFaceAny.String.Shell3[ITE, I, Boolean, T, String, E, String]): String[twoface.impl.Shell.Three.String.Out]

    Permalink
  7. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Double[T], elseArg: Double[E])(implicit tfs: twoface.impl.TwoFaceAny.Double.Shell3[ITE, I, Boolean, T, Double, E, Double]): Double[twoface.impl.Shell.Three.Double.Out]

    Permalink
  8. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Float[T], elseArg: Float[E])(implicit tfs: twoface.impl.TwoFaceAny.Float.Shell3[ITE, I, Boolean, T, Float, E, Float]): Float[twoface.impl.Shell.Three.Float.Out]

    Permalink
  9. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Long[T], elseArg: Long[E])(implicit tfs: twoface.impl.TwoFaceAny.Long.Shell3[ITE, I, Boolean, T, Long, E, Long]): Long[twoface.impl.Shell.Three.Long.Out]

    Permalink
  10. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Int[T], elseArg: Int[E])(implicit tfs: twoface.impl.TwoFaceAny.Int.Shell3[ITE, I, Boolean, T, Int, E, Int]): Int[twoface.impl.Shell.Three.Int.Out]

    Permalink
  11. def ifThenElse[I, T, E](ifArg: Boolean[I], thenArg: Char[T], elseArg: Char[E])(implicit tfs: twoface.impl.TwoFaceAny.Char.Shell3[ITE, I, Boolean, T, Char, E, Char]): Char[twoface.impl.Shell.Three.Char.Out]

    Permalink
  12. package impl

    Permalink
  13. object math

    Permalink
  14. def require[C, M](cond: Boolean[C], msg: String[M])(implicit tfs: twoface.impl.TwoFaceAny.Boolean.Shell2[RequireMsg, C, Boolean, M, String]): Boolean[twoface.impl.Shell.Two.Boolean.Out]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped