-
static interface
Definition of a method with single argument of type
Coupler.
class
A
Scope implements the
Coupler interface by determining the
validity of an element in the chain by an index relative to a given offset
and a given length.
default <RET> RET
Invokes a given operation with the succeeding
Coupler (as of
next()) as parameter in case there is a succeeding
Coupler (as of
hasNext()) and returns the operation's
result or null in case there is no succeeding
Coupler.
default <SUBJECT,
RET>
RET
Invokes a given operation on the given successor with the succeeding
Coupler (as of
next()) as parameter in case there is a
succeeding
Coupler (as of
hasNext()) and returns the
operation's result or null in case there is no succeeding
Coupler
or the successor is null.
default <RET> RET
Invokes a given operation with the succeeding
Coupler (as of
next()) as parameter in case there is a succeeding
Coupler (as of
hasNext()) and returns the operation's
result or the default value in case there is no succeeding
Coupler.
default <SUBJECT,
RET>
RET
Invokes a given operation on the given successor with the succeeding
Coupler (as of
next()) as parameter in case there is a
succeeding
Coupler (as of
hasNext()) and returns the
operation's result or the default value in case there is no succeeding
Coupler or the successor is null.