com.stackmob.customcode

dev

package dev

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dev
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class ConfigKey extends AnyRef

  2. type ConfigMap = Map[ConfigKey, ConfigVal]

  3. sealed trait ConfigVal extends AnyRef

  4. case class Enabled(value: Boolean) extends ConfigVal with Product with Serializable

  5. implicit class JValueW extends AnyRef

  6. implicit class StringW extends AnyRef

  7. implicit class ThrowableValidationW[S] extends AnyRef

  8. implicit class TryW[T] extends AnyRef

  9. implicit class ValidationW[Fail, Succ] extends AnyRef

Value Members

  1. object CustomCodeMethodExecutor

  2. val DefaultConfig: ConfigMap

  3. object EnableDatastoreService extends ConfigKey with Product with Serializable

  4. package example

  5. package server

    Created by IntelliJ IDEA.

  6. def stackMobClient(apiKey: String, apiSecret: String): StackMob

  7. def stackMobPushClient(apiKey: String, apiSecret: String): StackMobPush

  8. package tester

Inherited from AnyRef

Inherited from Any

Ungrouped