Documentation
¶
Index ¶
- func FirstBool(v1 bool, v2 interface{}) bool
- func FirstError(v1 error, v2 interface{}) error
- func FirstOfThree(v1, v2, v3 interface{}) interface{}
- func FirstOfTwo(v1, v2 interface{}) interface{}
- func SecondBool(v1 interface{}, v2 bool) bool
- func SecondError(v1 interface{}, v2 error) error
- func SecondOfThree(v1, v2, v3 interface{}) interface{}
- func SecondOfTwo(v1, v2 interface{}) interface{}
- func ThirdOfThree(v1, v2, v3 interface{}) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FirstError ¶
func FirstOfThree ¶
func FirstOfThree(v1, v2, v3 interface{}) interface{}
func FirstOfTwo ¶
func FirstOfTwo(v1, v2 interface{}) interface{}
func SecondBool ¶
func SecondError ¶
func SecondOfThree ¶
func SecondOfThree(v1, v2, v3 interface{}) interface{}
func SecondOfTwo ¶
func SecondOfTwo(v1, v2 interface{}) interface{}
func ThirdOfThree ¶
func ThirdOfThree(v1, v2, v3 interface{}) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.