Package

com.github.celadari.jsonlogicscala

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. case class ComposeLogic(operator: String, conditions: Array[JsonLogicCore]) extends JsonLogicCore with Product with Serializable

    Permalink
  2. abstract class Decoder extends AnyRef

    Permalink
  3. abstract class Encoder extends AnyRef

    Permalink
  4. abstract class JsonLogicCore extends AnyRef

    Permalink
  5. case class ValueLogic[T](operator: String, value: T, codename: String = randomUUID.toString) extends JsonLogicCore with Product with Serializable

    Permalink

Value Members

  1. object ComposeLogic extends Serializable

    Permalink
  2. object Decoder

    Permalink
  3. object Encoder

    Permalink
  4. object JsonLogicCore

    Permalink
  5. object ValueLogic extends Serializable

    Permalink

Ungrouped