ExtensionManifold
.Consumer
that performs, in sequence, this
operation followed by the after
operation.after
function to the result.char
-valued
argument.value
to type
.ICoercionProvider
where applicable.Comparable
extension to enable relational operators directly on your type.==
and !=
operators.this
to that
using op
.before
function to its input, and then applies this function to the result.==
and !=
Bindings
object used to store name/value pairs corresponding with getter/setter methods.fqn
List
object used to store values corresponding with List methods.Structural
interface with only getter/setter methods can extend this interface and provide default
implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy
generation.enum
types implement this so dynamic proxies can marshal calls to Bindings
.Structural
interface with only list methods can extend this interface and provide default
implementations of its methods and implement a compile-time proxy API to avoid the overhead runtime proxy
generation.Structural.factoryClass()
, if provided, must implement this interface.fqn
?Jailbreak
.iface
interface, delegating to target
.Self
to achieve Self
type behavior.Bindings
value e.g., a simple value like a string or
number or another Bindings or List of such values.value
parameter to a value suitable for a Bindings
e.g., a JSON bindings.Copyright © 2020. All rights reserved.