scala-repl-pp
scala-repl-pp
replpp
Config
Config
Dependencies
InteractiveShell
Main
PPrinter
ReplDriver
ScriptRunner
replpp.server
EmbeddedRepl
HasUUID
QueryResult
ReplDriver
ReplServer
ReplServer
UserRunnable
WebServiceWithWebSocket
basicAuth
scala-repl-pp
/
replpp.server
/
WebServiceWithWebSocket
/
basicAuth
basicAuth
class
basicAuth
extends
RawDecorator
Graph
Supertypes
trait
RawDecorator
trait
Decorator
[
Raw
,
Raw
,
Any
]
class
Annotation
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Inherited types
final
type
Delegate
=
Map
[
String
,
Input
]
=>
Result
[
InnerReturned
]
Inherited from:
Decorator
type
InputParser
[
T
] =
NoOpParser
[
Any
,
T
]
Inherited from:
RawDecorator
final
type
InputTypeAlias
=
Input
Inherited from:
Decorator
Value members
Concrete methods
def
wrapFunction
(
ctx:
Request
,
delegate:
Delegate
):
Result
[
Raw
]
Inherited methods
def
getParamParser
[
T
](
implicit
p:
InputParser
[
T
]):
InputParser
[
T
]
Inherited from:
Decorator