Module coneforest.psylla
Package coneforest.psylla.core
Interface PsyConcatenable<T extends PsyConcatenable<T>>
- Type Parameters:
T- a type of the second operand at concatenation.
- All Superinterfaces:
PsyObject
- All Known Subinterfaces:
PsyFormalStream<T>
@Type("concatenable")
public interface PsyConcatenable<T extends PsyConcatenable<T>>
extends PsyObject
The representation of
concatenable, a type of object that is an operand of
concatenation.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ContextActionContext action of theconcatoperator.Fields inherited from interface coneforest.psylla.core.PsyObject
PSY_CLONE, PSY_EQ, PSY_HASHCODE, PSY_INSTANCEOF, PSY_NE, PSY_TOSTRING, PSY_TOSTRINGBUFFER, PSY_TYPE -
Method Summary
Methods inherited from interface coneforest.psylla.core.PsyObject
convert, execute, invoke, psyClone, psyEq, psyHashCode, psyInstanceOf, psyNe, psySyntax, psyToString, psyToStringBuffer, psyType, toSyntaxString, typeName
-
Field Details
-
PSY_CONCAT
Context action of theconcatoperator.
-
-
Method Details
-
psyConcat
Returns theconcatenableresult of concatenation of this object and specified object.- Parameters:
oConcatenable- the specified object.- Returns:
- the
concatenableresult of concatenation of this object and specified object - Throws:
PsyErrorException- when the error occured during concatenation.
-