core
core
japgolly.webapputil.ajax
AjaxProtocol
Simple
AjaxProtocol
japgolly.webapputil.binary
BinaryData
BinaryData
BinaryData_PlatformSpecific_Instance
BinaryData_PlatformSpecific_Object
CodecEngine
CodecEngine
japgolly.webapputil.entrypoint
EntrypointDef
EntrypointDef
Codec
ClearText
Codec
EntrypointInvoker
EntrypointInvoker
Html
Html
Js
Js
Wrapper
Wrapper
LoadJs
Bundle
Bundle
Resource
Resource
japgolly.webapputil.general
AbstractMultiStringMap
AbstractMultiStringMap
Module
Allow
Deny
Disabled
Effect
Effect
Async
Monad
Sync
Effect_PlatformSpecific
Enabled
Enabled
ErrorMsg
ErrorMsg
ClientSide
Exception
LazyVal
LazyVal
MultiStringMap
MultiStringMap
Permission
Permission
Protocol
Protocol
AndValue
AndValue
RequestResponse
PreparedSend
PreparedSend
RequestResponse
WebSocket
ClientReqServerPush
Retries
Retries
SetOnceVar
SetOnceVar
ThreadUtils
ExecutionContextExt
Scheduler
ThreadGroups
ThreadPool
ThreadPool2
Url
Absolute
Absolute
Base
Base
Param1
Relative
Relative
MutableMap
Param1
Param2
Version
Version
Major
Minor
japgolly.webapputil.http
Cookie
Cookie
LookupFn
Name
Update
Update
HttpClient
Body
Form
Form
Str
Body
ContentType
Headers
Headers
HttpClientType
LibraryTypes
Method
Method
Module
Module
Request
Request
RequestCtors
Response
ResponseBody
Status
UriParams
UriParams
UrlEncoder
UrlEncoderApi
japgolly.webapputil.locks
GenericSharedLock
Safe
Default
ExportObject
ExportObjectF
Locked
ReadWrite
ReadWrite
Safe
Unsafe
Default
ExportObject
Locked
ReadWrite
ReadWrite
Unsafe
LockMechanism
LockMechanism
Interruptibly
LimitWaitTime
LockUtils
SharedLock
SharedLock
ReadWrite
ReadWrite
Stamped
japgolly.webapputil.websocket
WebSocketServerUtil
CloseReasons
CustomCloseCode
CustomCloseCode
Implicits
UserPropsLens
UserPropsLens
WebSocketShared
CloseCode
CloseCode
CloseReason
CloseReason
CloseReasonPhrase
CloseReasonPhrase
ReqId
ReqId
core
/
japgolly.webapputil.general
/
Permission
Permission
sealed abstract
class
Permission
extends
WithBoolOps
[
Permission
]
Type-safe union of
Allow | Deny
Companion:
object
Graph
Supertypes
Known subtypes
trait
WithBoolOps
[
Permission
]
trait
SafeBool
[
Permission
]
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
object
Allow
.type
object
Deny
.type
Value members
Value members
Abstract methods
def
apply
[
A
](
a:
=>
A
):
DeniedOr
[
A
]
def
option
[
A
](
a:
=>
A
):
Option
[
A
]
Concrete methods
final override
def
companion
:
Object
[
Permission
]
Definition Classes
SafeBool
Inherited methods
final
def
&
(
that:
=>
Permission
):
Permission
Inherited from:
WithBoolOps
final
def
&&
(
that:
=>
Boolean
):
Permission
Inherited from:
WithBoolOps
def
canEqual
(
that:
Any
):
Boolean
Inherited from:
Equals
final
def
fnToThisWhen
[
A
](
f:
A
=>
Boolean
):
A
=>
Permission
Inherited from:
SafeBool
@inline
final
def
is
(
b:
Permission
):
Boolean
Inherited from:
SafeBool
def
productArity
:
Int
Inherited from:
Product
def
productElement
(
n:
Int
):
Any
Inherited from:
Product
def
productElementName
(
n:
Int
):
String
Inherited from:
Product
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
def
productPrefix
:
String
Inherited from:
Product
final
def
unary_!
:
Permission
Inherited from:
SafeBool
@inline
final
def
when
(
cond:
Boolean
):
Permission
Inherited from:
SafeBool
final
def
whenAllAre
(
bs:
Permission
*):
Permission
Inherited from:
SafeBool
final
def
whenAnyAre
(
bs:
Permission
*):
Permission
Inherited from:
SafeBool
final
def
|
(
that:
=>
Permission
):
Permission
Inherited from:
WithBoolOps
final
def
||
(
that:
=>
Boolean
):
Permission
Inherited from:
WithBoolOps