function

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2018 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package function identifies function types.

Index

Constants

View Source
const (
	Equal           = ttbFunc // func(T, T) bool
	EqualAssignable = tibFunc // func(T, I) bool; encapsulates func(T, T) bool
	Transformer     = trFunc  // func(T) R
	ValueFilter     = ttbFunc // func(T, T) bool
	Less            = ttbFunc // func(T, T) bool
)

Variables

This section is empty.

Functions

func IsType

func IsType(t reflect.Type, ft funcType) bool

IsType reports whether the reflect.Type is of the specified function type.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL