public abstract static class Lang.Operator<T> extends Lang.F1<T,T>
| Constructor and Description |
|---|
Operator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Lang.Operator<T> |
invert()
Returns the inverse function mapping from
Y back to X |
abstract Lang.Operator<T> |
times(int n)
Returns a function with
n times factor specified. |
andThen, andThen, applyOrElse, compose, compose, compose, compose, compose, compose, curry, lift, orElsebreakOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplypublic abstract Lang.Operator<T> invert()
Lang.BijectionReturns the inverse function mapping from Y back to X
public abstract Lang.Operator<T> times(int n)
Lang.MultiplicableFunctionReturns a function with n times factor specified. When the function returned applied to a param, the effect is the same as apply this function n times to the same param
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.