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, orElse
breakOut
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public abstract Lang.Operator<T> invert()
Lang.Bijection
Returns the inverse function mapping from Y
back to X
public abstract Lang.Operator<T> times(int n)
Lang.MultiplicableFunction
Returns 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.