Documentation ¶
Index ¶
- func Equals[T schnittstellen.Equatable[T]](a T, b any) bool
- func EqualsPtr[T schnittstellen.Equatable[T], TPtr schnittstellen.Ptr[T]](a T, b any) bool
- type Bool
- type Int
- type IntEqualer
- type IntLessor
- type IntResetter
- type ReverseLessor
- type String
- func (sv String) IsEmpty() bool
- func (sv String) Len() int
- func (a String) Less(b String) bool
- func (s String) MarshalBinary() (text []byte, err error)
- func (sv String) Match(v string) (err error)
- func (a *String) Reset()
- func (a *String) ResetWith(b String)
- func (sv *String) Set(v string) (err error)
- func (sv String) String() string
- func (s *String) UnmarshalBinary(text []byte) (err error)
- func (a String) WasSet() bool
- type Uri
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualsPtr ¶
func EqualsPtr[T schnittstellen.Equatable[T], TPtr schnittstellen.Ptr[T]]( a T, b any, ) bool
Types ¶
type IntEqualer ¶
type IntEqualer struct{}
func (IntEqualer) Equals ¶
func (_ IntEqualer) Equals(a, b Int) bool
func (IntEqualer) EqualsPtr ¶
func (_ IntEqualer) EqualsPtr(a, b *Int) bool
type IntResetter ¶
type IntResetter struct{}
func (IntResetter) Reset ¶
func (_ IntResetter) Reset(a *Int)
func (IntResetter) ResetWith ¶
func (_ IntResetter) ResetWith(a *Int, b Int)
func (IntResetter) ResetWithPtr ¶
func (_ IntResetter) ResetWithPtr(a *Int, b *Int)
type ReverseLessor ¶
type ReverseLessor[T any, TPtr schnittstellen.Ptr[T]] struct { Inner schnittstellen.Lessor2[T, TPtr] }
func (ReverseLessor[T, TPtr]) Less ¶
func (rl ReverseLessor[T, TPtr]) Less(a T, b T) bool
func (ReverseLessor[T, TPtr]) LessPtr ¶
func (rl ReverseLessor[T, TPtr]) LessPtr(a TPtr, b TPtr) bool
type String ¶
type String struct {
// contains filtered or unexported fields
}
func MakeString ¶
func (String) MarshalBinary ¶
func (*String) UnmarshalBinary ¶
type Uri ¶
type Uri struct {
// contains filtered or unexported fields
}
func (Uri) MarshalBinary ¶
func (Uri) MarshalText ¶
func (*Uri) UnmarshalBinary ¶
func (*Uri) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.